Html Css Color HEX #AB805A Medium Wood

📋 copy color: '#AB805A'

red 171 ◦ green 128 ◦ blue 90

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

Shades of Medium Wood #AB805A

Tints of Medium Wood #AB805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 43.96%
G = 32.9%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB805A (or 0xAB805A) is known color: Medium Wood. HEX triplet: AB, 80 and 5A. RGB value is (171,128,90). Sum of RGB (Red+Green+Blue) = 171+128+90=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB805A is #547FA5. Grayscale: #888888. Windows color (decimal): -5537702 or 5931179. OLE color: 5931179.

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

Color convert

RGB 171 128 90 -
CMYK 0 0.25 0.47 0.33
HSL 28.15º 0.33% 0.51% -
HSV(B) 28.15º 0.47% 0.67% -
XYZ 26.36 24.83 13.08 -
YUV 136.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 171 128 90 0 0.25 0.47 0.33 28.15 0.33 0.51
Hex AB 80 5A 0 19 2F 21 1C 21 33
Octal 253 200 132 0 31 57 41 34 41 63
Binary 10101011 10000000 1011010 0 11001 101111 100001 11100 100001 110011

Color Harmonies of #AB805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB805A

Black with #AB805A

Text Example


Text Example

White with #AB805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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