Html Css Color HEX #AB7E65 Medium Wood

📋 copy color: '#AB7E65'

red 171 ◦ green 126 ◦ blue 101

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

Shades of Medium Wood #AB7E65

Tints of Medium Wood #AB7E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 42.96%
G = 31.66%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB7E65 (or 0xAB7E65) is known color: Medium Wood. HEX triplet: AB, 7E and 65. RGB value is (171,126,101). Sum of RGB (Red+Green+Blue) = 171+126+101=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E65 is #54819A. Grayscale: #888888. Windows color (decimal): -5538203 or 6651563. OLE color: 6651563.

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

Color convert

RGB 171 126 101 -
CMYK 0 0.26 0.41 0.33
HSL 21.43º 0.29% 0.53% -
HSV(B) 21.43º 0.41% 0.67% -
XYZ 26.6 24.52 15.64 -
YUV 136.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 171 126 101 0 0.26 0.41 0.33 21.43 0.29 0.53
Hex AB 7E 65 0 1A 29 21 15 1D 35
Octal 253 176 145 0 32 51 41 25 35 65
Binary 10101011 1111110 1100101 0 11010 101001 100001 10101 11101 110101

Color Harmonies of #AB7E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E65

Black with #AB7E65

Text Example


Text Example

White with #AB7E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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