Html Css Color HEX #AB806E Medium Wood

📋 copy color: '#AB806E'

red 171 ◦ green 128 ◦ blue 110

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

Shades of Medium Wood #AB806E

Tints of Medium Wood #AB806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 41.81%
G = 31.3%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB806E (or 0xAB806E) is known color: Medium Wood. HEX triplet: AB, 80 and 6E. RGB value is (171,128,110). Sum of RGB (Red+Green+Blue) = 171+128+110=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB806E is #547F91. Grayscale: #8A8A8A. Windows color (decimal): -5537682 or 7241899. OLE color: 7241899.

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

Color convert

RGB 171 128 110 -
CMYK 0 0.25 0.36 0.33
HSL 17.7º 0.27% 0.55% -
HSV(B) 17.7º 0.36% 0.67% -
XYZ 27.33 25.22 18.18 -
YUV 138.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 171 128 110 0 0.25 0.36 0.33 17.7 0.27 0.55
Hex AB 80 6E 0 19 24 21 12 1B 37
Octal 253 200 156 0 31 44 41 22 33 67
Binary 10101011 10000000 1101110 0 11001 100100 100001 10010 11011 110111

Color Harmonies of #AB806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB806E

Black with #AB806E

Text Example


Text Example

White with #AB806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB806E; }

 p { color: rgb(171,128,110); }

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

background-color css

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

 a { background-color: rgb(171,128,110); }

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

border-color css

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

 span { border-color: rgb(171,128,110); }

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