Html Css Color HEX #AB805C Medium Wood

📋 copy color: '#AB805C'

red 171 ◦ green 128 ◦ blue 92

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

Shades of Medium Wood #AB805C

Tints of Medium Wood #AB805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.53%

R = 43.73%
G = 32.74%
B = 23.53%

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

#AB805C (or 0xAB805C) is known color: Medium Wood. HEX triplet: AB, 80 and 5C. RGB value is (171,128,92). Sum of RGB (Red+Green+Blue) = 171+128+92=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB805C is #547FA3. Grayscale: #888888. Windows color (decimal): -5537700 or 6062251. OLE color: 6062251.

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

Color convert

RGB 171 128 92 -
CMYK 0 0.25 0.46 0.33
HSL 27.34º 0.32% 0.52% -
HSV(B) 27.34º 0.46% 0.67% -
XYZ 26.45 24.87 13.53 -
YUV 136.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 171 128 92 0 0.25 0.46 0.33 27.34 0.32 0.52
Hex AB 80 5C 0 19 2E 21 1B 20 34
Octal 253 200 134 0 31 56 41 33 40 64
Binary 10101011 10000000 1011100 0 11001 101110 100001 11011 100000 110100

Color Harmonies of #AB805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB805C

Black with #AB805C

Text Example


Text Example

White with #AB805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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