Html Css Color HEX #AB8165 Medium Wood

📋 copy color: '#AB8165'

red 171 ◦ green 129 ◦ blue 101

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

Shades of Medium Wood #AB8165

Tints of Medium Wood #AB8165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

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

R = 42.64%
G = 32.17%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB8165 (or 0xAB8165) is known color: Medium Wood. HEX triplet: AB, 81 and 65. RGB value is (171,129,101). Sum of RGB (Red+Green+Blue) = 171+129+101=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8165 is #547E9A. Grayscale: #8A8A8A. Windows color (decimal): -5537435 or 6652331. OLE color: 6652331.

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

Color convert

RGB 171 129 101 -
CMYK 0 0.25 0.41 0.33
HSL 24º 0.29% 0.53% -
HSV(B) 24º 0.41% 0.67% -
XYZ 26.99 25.3 15.77 -
YUV 138.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 171 129 101 0 0.25 0.41 0.33 24 0.29 0.53
Hex AB 81 65 0 19 29 21 18 1D 35
Octal 253 201 145 0 31 51 41 30 35 65
Binary 10101011 10000001 1100101 0 11001 101001 100001 11000 11101 110101

Color Harmonies of #AB8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8165

Black with #AB8165

Text Example


Text Example

White with #AB8165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8165; }

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

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

background-color css

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

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

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

border-color css

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

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

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