Html Css Color HEX #AB7E68 Medium Wood

📋 copy color: '#AB7E68'

red 171 ◦ green 126 ◦ blue 104

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

Shades of Medium Wood #AB7E68

Tints of Medium Wood #AB7E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 42.64%
G = 31.42%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB7E68 (or 0xAB7E68) is known color: Medium Wood. HEX triplet: AB, 7E and 68. RGB value is (171,126,104). Sum of RGB (Red+Green+Blue) = 171+126+104=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E68 is #548197. Grayscale: #898989. Windows color (decimal): -5538200 or 6848171. OLE color: 6848171.

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

Color convert

RGB 171 126 104 -
CMYK 0 0.26 0.39 0.33
HSL 19.7º 0.29% 0.54% -
HSV(B) 19.7º 0.39% 0.67% -
XYZ 26.75 24.58 16.43 -
YUV 136.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 171 126 104 0 0.26 0.39 0.33 19.7 0.29 0.54
Hex AB 7E 68 0 1A 27 21 14 1D 36
Octal 253 176 150 0 32 47 41 24 35 66
Binary 10101011 1111110 1101000 0 11010 100111 100001 10100 11101 110110

Color Harmonies of #AB7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E68

Black with #AB7E68

Text Example


Text Example

White with #AB7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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