Html Css Color HEX #AB805E Medium Wood

📋 copy color: '#AB805E'

red 171 ◦ green 128 ◦ blue 94

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

Shades of Medium Wood #AB805E

Tints of Medium Wood #AB805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.92%

R = 43.51%
G = 32.57%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB805E (or 0xAB805E) is known color: Medium Wood. HEX triplet: AB, 80 and 5E. RGB value is (171,128,94). Sum of RGB (Red+Green+Blue) = 171+128+94=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB805E is #547FA1. Grayscale: #898989. Windows color (decimal): -5537698 or 6193323. OLE color: 6193323.

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

Color convert

RGB 171 128 94 -
CMYK 0 0.25 0.45 0.33
HSL 26.49º 0.31% 0.52% -
HSV(B) 26.49º 0.45% 0.67% -
XYZ 26.53 24.9 14 -
YUV 136.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 171 128 94 0 0.25 0.45 0.33 26.49 0.31 0.52
Hex AB 80 5E 0 19 2D 21 1A 1F 34
Octal 253 200 136 0 31 55 41 32 37 64
Binary 10101011 10000000 1011110 0 11001 101101 100001 11010 11111 110100

Color Harmonies of #AB805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB805E

Black with #AB805E

Text Example


Text Example

White with #AB805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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