Html Css Color HEX #AB7E6E Medium Wood

📋 copy color: '#AB7E6E'

red 171 ◦ green 126 ◦ blue 110

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

Shades of Medium Wood #AB7E6E

Tints of Medium Wood #AB7E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

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

R = 42.01%
G = 30.96%
B = 27.03%

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

#AB7E6E (or 0xAB7E6E) is known color: Medium Wood. HEX triplet: AB, 7E and 6E. RGB value is (171,126,110). Sum of RGB (Red+Green+Blue) = 171+126+110=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E6E is #548191. Grayscale: #898989. Windows color (decimal): -5538194 or 7241387. OLE color: 7241387.

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

Color convert

RGB 171 126 110 -
CMYK 0 0.26 0.36 0.33
HSL 15.74º 0.27% 0.55% -
HSV(B) 15.74º 0.36% 0.67% -
XYZ 27.07 24.71 18.09 -
YUV 137.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 171 126 110 0 0.26 0.36 0.33 15.74 0.27 0.55
Hex AB 7E 6E 0 1A 24 21 10 1B 37
Octal 253 176 156 0 32 44 41 20 33 67
Binary 10101011 1111110 1101110 0 11010 100100 100001 10000 11011 110111

Color Harmonies of #AB7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E6E

Black with #AB7E6E

Text Example


Text Example

White with #AB7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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