Html Css Color HEX #AB8065 Medium Wood

📋 copy color: '#AB8065'

red 171 ◦ green 128 ◦ blue 101

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

Shades of Medium Wood #AB8065

Tints of Medium Wood #AB8065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 42.75%
G = 32%
B = 25.25%

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

#AB8065 (or 0xAB8065) is known color: Medium Wood. HEX triplet: AB, 80 and 65. RGB value is (171,128,101). Sum of RGB (Red+Green+Blue) = 171+128+101=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8065 is #547F9A. Grayscale: #898989. Windows color (decimal): -5537691 or 6652075. OLE color: 6652075.

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

Color convert

RGB 171 128 101 -
CMYK 0 0.25 0.41 0.33
HSL 23.14º 0.29% 0.53% -
HSV(B) 23.14º 0.41% 0.67% -
XYZ 26.86 25.04 15.73 -
YUV 137.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 171 128 101 0 0.25 0.41 0.33 23.14 0.29 0.53
Hex AB 80 65 0 19 29 21 17 1D 35
Octal 253 200 145 0 31 51 41 27 35 65
Binary 10101011 10000000 1100101 0 11001 101001 100001 10111 11101 110101

Color Harmonies of #AB8065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8065

Black with #AB8065

Text Example


Text Example

White with #AB8065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8065; }

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

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

background-color css

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

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

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

border-color css

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

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

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