Html Css Color HEX #AB7962 Medium Wood

📋 copy color: '#AB7962'

red 171 ◦ green 121 ◦ blue 98

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

Shades of Medium Wood #AB7962

Tints of Medium Wood #AB7962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 43.85%
G = 31.03%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB7962 (or 0xAB7962) is known color: Medium Wood. HEX triplet: AB, 79 and 62. RGB value is (171,121,98). Sum of RGB (Red+Green+Blue) = 171+121+98=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7962 is #54869D. Grayscale: #858585. Windows color (decimal): -5539486 or 6453675. OLE color: 6453675.

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

Color convert

RGB 171 121 98 -
CMYK 0 0.29 0.43 0.33
HSL 18.9º 0.3% 0.53% -
HSV(B) 18.9º 0.43% 0.67% -
XYZ 25.84 23.21 14.67 -
YUV 133.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 171 121 98 0 0.29 0.43 0.33 18.9 0.3 0.53
Hex AB 79 62 0 1D 2B 21 13 1E 35
Octal 253 171 142 0 35 53 41 23 36 65
Binary 10101011 1111001 1100010 0 11101 101011 100001 10011 11110 110101

Color Harmonies of #AB7962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7962

Black with #AB7962

Text Example


Text Example

White with #AB7962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7962; }

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

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

background-color css

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

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

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

border-color css

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

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

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