Html Css Color HEX #AB7F6D Medium Wood

📋 copy color: '#AB7F6D'

red 171 ◦ green 127 ◦ blue 109

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

Shades of Medium Wood #AB7F6D

Tints of Medium Wood #AB7F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 42.01%
G = 31.2%
B = 26.78%

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

#AB7F6D (or 0xAB7F6D) is known color: Medium Wood. HEX triplet: AB, 7F and 6D. RGB value is (171,127,109). Sum of RGB (Red+Green+Blue) = 171+127+109=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F6D is #548092. Grayscale: #8A8A8A. Windows color (decimal): -5537939 or 7176107. OLE color: 7176107.

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

Color convert

RGB 171 127 109 -
CMYK 0 0.26 0.36 0.33
HSL 17.42º 0.27% 0.55% -
HSV(B) 17.42º 0.36% 0.67% -
XYZ 27.14 24.94 17.85 -
YUV 138.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 171 127 109 0 0.26 0.36 0.33 17.42 0.27 0.55
Hex AB 7F 6D 0 1A 24 21 11 1B 37
Octal 253 177 155 0 32 44 41 21 33 67
Binary 10101011 1111111 1101101 0 11010 100100 100001 10001 11011 110111

Color Harmonies of #AB7F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F6D

Black with #AB7F6D

Text Example


Text Example

White with #AB7F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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