Html Css Color HEX #AB8063 Medium Wood

📋 copy color: '#AB8063'

red 171 ◦ green 128 ◦ blue 99

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

Shades of Medium Wood #AB8063

Tints of Medium Wood #AB8063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.87%

R = 42.96%
G = 32.16%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB8063 (or 0xAB8063) is known color: Medium Wood. HEX triplet: AB, 80 and 63. RGB value is (171,128,99). Sum of RGB (Red+Green+Blue) = 171+128+99=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8063 is #547F9C. Grayscale: #898989. Windows color (decimal): -5537693 or 6521003. OLE color: 6521003.

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

Color convert

RGB 171 128 99 -
CMYK 0 0.25 0.42 0.33
HSL 24.17º 0.3% 0.53% -
HSV(B) 24.17º 0.42% 0.67% -
XYZ 26.77 25 15.22 -
YUV 137.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 171 128 99 0 0.25 0.42 0.33 24.17 0.3 0.53
Hex AB 80 63 0 19 2A 21 18 1E 35
Octal 253 200 143 0 31 52 41 30 36 65
Binary 10101011 10000000 1100011 0 11001 101010 100001 11000 11110 110101

Color Harmonies of #AB8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8063

Black with #AB8063

Text Example


Text Example

White with #AB8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8063; }

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

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

background-color css

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

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

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

border-color css

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

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

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