Html Css Color HEX #AB815E Medium Wood

📋 copy color: '#AB815E'

red 171 ◦ green 129 ◦ blue 94

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

Shades of Medium Wood #AB815E

Tints of Medium Wood #AB815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

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

R = 43.4%
G = 32.74%
B = 23.86%

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

#AB815E (or 0xAB815E) is known color: Medium Wood. HEX triplet: AB, 81 and 5E. RGB value is (171,129,94). Sum of RGB (Red+Green+Blue) = 171+129+94=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB815E is #547EA1. Grayscale: #898989. Windows color (decimal): -5537442 or 6193579. OLE color: 6193579.

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

Color convert

RGB 171 129 94 -
CMYK 0 0.25 0.45 0.33
HSL 27.27º 0.31% 0.52% -
HSV(B) 27.27º 0.45% 0.67% -
XYZ 26.67 25.17 14.04 -
YUV 137.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 171 129 94 0 0.25 0.45 0.33 27.27 0.31 0.52
Hex AB 81 5E 0 19 2D 21 1B 1F 34
Octal 253 201 136 0 31 55 41 33 37 64
Binary 10101011 10000001 1011110 0 11001 101101 100001 11011 11111 110100

Color Harmonies of #AB815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB815E

Black with #AB815E

Text Example


Text Example

White with #AB815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB815E; }

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

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

background-color css

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

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

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

border-color css

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

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

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