Html Css Color HEX #AB7F6E Medium Wood

📋 copy color: '#AB7F6E'

red 171 ◦ green 127 ◦ blue 110

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

Shades of Medium Wood #AB7F6E

Tints of Medium Wood #AB7F6E

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

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

R = 41.91%
G = 31.13%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB7F6E (or 0xAB7F6E) is known color: Medium Wood. HEX triplet: AB, 7F and 6E. RGB value is (171,127,110). Sum of RGB (Red+Green+Blue) = 171+127+110=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F6E is #548091. Grayscale: #8A8A8A. Windows color (decimal): -5537938 or 7241643. OLE color: 7241643.

HSL color Cylindrical-coordinate representation of color #AB7F6E: hue angle of 16.72º 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 #AB7F6E is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 127 110 -
CMYK 0 0.26 0.36 0.33
HSL 16.72º 0.27% 0.55% -
HSV(B) 16.72º 0.36% 0.67% -
XYZ 27.2 24.96 18.14 -
YUV 138.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 171 127 110 0 0.26 0.36 0.33 16.72 0.27 0.55
Hex AB 7F 6E 0 1A 24 21 11 1B 37
Octal 253 177 156 0 32 44 41 21 33 67
Binary 10101011 1111111 1101110 0 11010 100100 100001 10001 11011 110111

Color Harmonies of #AB7F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F6E

Black with #AB7F6E

Text Example


Text Example

White with #AB7F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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