Html Css Color HEX #AB805F Medium Wood

📋 copy color: '#AB805F'

red 171 ◦ green 128 ◦ blue 95

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

Shades of Medium Wood #AB805F

Tints of Medium Wood #AB805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 43.4%
G = 32.49%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB805F (or 0xAB805F) is known color: Medium Wood. HEX triplet: AB, 80 and 5F. RGB value is (171,128,95). Sum of RGB (Red+Green+Blue) = 171+128+95=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB805F is #547FA0. Grayscale: #898989. Windows color (decimal): -5537697 or 6258859. OLE color: 6258859.

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

Color convert

RGB 171 128 95 -
CMYK 0 0.25 0.44 0.33
HSL 26.05º 0.31% 0.52% -
HSV(B) 26.05º 0.44% 0.67% -
XYZ 26.58 24.92 14.24 -
YUV 137.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 171 128 95 0 0.25 0.44 0.33 26.05 0.31 0.52
Hex AB 80 5F 0 19 2C 21 1A 1F 34
Octal 253 200 137 0 31 54 41 32 37 64
Binary 10101011 10000000 1011111 0 11001 101100 100001 11010 11111 110100

Color Harmonies of #AB805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB805F

Black with #AB805F

Text Example


Text Example

White with #AB805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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