Html Css Color HEX #AB805D Medium Wood

📋 copy color: '#AB805D'

red 171 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #AB805D

Tints of Medium Wood #AB805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 43.62%
G = 32.65%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB805D (or 0xAB805D) is known color: Medium Wood. HEX triplet: AB, 80 and 5D. RGB value is (171,128,93). Sum of RGB (Red+Green+Blue) = 171+128+93=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB805D is #547FA2. Grayscale: #898989. Windows color (decimal): -5537699 or 6127787. OLE color: 6127787.

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

Color convert

RGB 171 128 93 -
CMYK 0 0.25 0.46 0.33
HSL 26.92º 0.32% 0.52% -
HSV(B) 26.92º 0.46% 0.67% -
XYZ 26.49 24.89 13.76 -
YUV 136.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 171 128 93 0 0.25 0.46 0.33 26.92 0.32 0.52
Hex AB 80 5D 0 19 2E 21 1B 20 34
Octal 253 200 135 0 31 56 41 33 40 64
Binary 10101011 10000000 1011101 0 11001 101110 100001 11011 100000 110100

Color Harmonies of #AB805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB805D

Black with #AB805D

Text Example


Text Example

White with #AB805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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