Html Css Color HEX #AB7966 Medium Wood

📋 copy color: '#AB7966'

red 171 ◦ green 121 ◦ blue 102

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

Shades of Medium Wood #AB7966

Tints of Medium Wood #AB7966

RGB

 RED value IS 171 (67.19% from 255) = 43.4%

 GREEN value IS 121 (47.66% from 255) = 30.71%

 BLUE value IS 102 (40.23% from 255) = 25.89%

R = 43.4%
G = 30.71%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB7966 (or 0xAB7966) is known color: Medium Wood. HEX triplet: AB, 79 and 66. RGB value is (171,121,102). Sum of RGB (Red+Green+Blue) = 171+121+102=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7966 is #548699. Grayscale: #858585. Windows color (decimal): -5539482 or 6715819. OLE color: 6715819.

HSL color Cylindrical-coordinate representation of color #AB7966: hue angle of 16.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7966 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 121 102 -
CMYK 0 0.29 0.40 0.33
HSL 16.52º 0.29% 0.54% -
HSV(B) 16.52º 0.4% 0.67% -
XYZ 26.03 23.29 15.69 -
YUV 133.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 171 121 102 0 0.29 0.40 0.33 16.52 0.29 0.54
Hex AB 79 66 0 1D 28 21 11 1D 36
Octal 253 171 146 0 35 50 41 21 35 66
Binary 10101011 1111001 1100110 0 11101 101000 100001 10001 11101 110110

Color Harmonies of #AB7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7966

Black with #AB7966

Text Example


Text Example

White with #AB7966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7966; }

 p { color: rgb(171,121,102); }

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

background-color css

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

 a { background-color: rgb(171,121,102); }

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

border-color css

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

 span { border-color: rgb(171,121,102); }

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