Html Css Color HEX #AB805B Medium Wood

📋 copy color: '#AB805B'

red 171 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #AB805B

Tints of Medium Wood #AB805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.33%

R = 43.85%
G = 32.82%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB805B (or 0xAB805B) is known color: Medium Wood. HEX triplet: AB, 80 and 5B. RGB value is (171,128,91). Sum of RGB (Red+Green+Blue) = 171+128+91=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB805B is #547FA4. Grayscale: #888888. Windows color (decimal): -5537701 or 5996715. OLE color: 5996715.

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

Color convert

RGB 171 128 91 -
CMYK 0 0.25 0.47 0.33
HSL 27.75º 0.32% 0.51% -
HSV(B) 27.75º 0.47% 0.67% -
XYZ 26.4 24.85 13.3 -
YUV 136.64 102.25 152.51 -
System Red Green Blue C M Y K H S L
Decimal 171 128 91 0 0.25 0.47 0.33 27.75 0.32 0.51
Hex AB 80 5B 0 19 2F 21 1C 20 33
Octal 253 200 133 0 31 57 41 34 40 63
Binary 10101011 10000000 1011011 0 11001 101111 100001 11100 100000 110011

Color Harmonies of #AB805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB805B

Black with #AB805B

Text Example


Text Example

White with #AB805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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