Html Css Color HEX #AC826B Medium Wood

📋 copy color: '#AC826B'

red 172 ◦ green 130 ◦ blue 107

#AC826B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #AC826B

Tints of Medium Wood #AC826B

RGB

 RED value IS 172 (67.58% from 255) = 42.05%

 GREEN value IS 130 (51.17% from 255) = 31.78%

 BLUE value IS 107 (42.19% from 255) = 26.16%

R = 42.05%
G = 31.78%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC826B (or 0xAC826B) is known color: Medium Wood. HEX triplet: AC, 82 and 6B. RGB value is (172,130,107). Sum of RGB (Red+Green+Blue) = 172+130+107=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC826B is #537D94. Grayscale: #8C8C8C. Windows color (decimal): -5471637 or 7045804. OLE color: 7045804.

HSL color Cylindrical-coordinate representation of color #AC826B: hue angle of 21.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC826B is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 130 107 -
CMYK 0 0.24 0.38 0.33
HSL 21.23º 0.28% 0.55% -
HSV(B) 21.23º 0.38% 0.67% -
XYZ 27.65 25.8 17.43 -
YUV 139.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 172 130 107 0 0.24 0.38 0.33 21.23 0.28 0.55
Hex AC 82 6B 0 18 26 21 15 1C 37
Octal 254 202 153 0 30 46 41 25 34 67
Binary 10101100 10000010 1101011 0 11000 100110 100001 10101 11100 110111

Color Harmonies of #AC826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC826B

Black with #AC826B

Text Example


Text Example

White with #AC826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC826B; }

 p { color: rgb(172,130,107); }

 H1.HeaderClassName
 {
   color: #AC826B;
 }
 .AnyTagClassName
 {
   color: #AC826B;
 }
</style>

background-color css

<style>
 a { background-color: #AC826B; }

 a { background-color: rgb(172,130,107); }

 div.DivClassName
 {
   background-color: #AC826B;
 }
 .BgClassName
 {
   background-color: #AC826B;
 }
</style>

border-color css

<style>
 span { border-color: #AC826B; }

 span { border-color: rgb(172,130,107); }

 td.TdClassName
 {
   border-color: #AC826B;
 }
 .TagClassName
 {
   border-color: #AC826B;
 }
</style>