#AB775A

Color #AB775A Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AB775A

Tints of Medium Wood #AB775A

Color information

#AB775A (or 0xAB775A) is unknown color: approx Medium Wood. HEX triplet: AB, 77 and 5A. RGB value is (171,119,90). Sum of RGB (Red+Green+Blue) = 171+119+90=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB775A is #5488A5. Grayscale: #838383. Windows color (decimal): -5540006 or 5928875. OLE color: 5928875.

HSL color Cylindrical-coordinate representation of color #AB775A: hue angle of 21.48º degrees, saturation: 0.33, 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 #AB775A is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17111990-
CMYK00.300.470.33
HSL21.48º32.53%51.18%-
HSV(B)21.48º47.37%67.06%-
XYZ25.2422.5912.7-
YUV131.24104.73156.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=45%
G=31.32%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711199000.300.470.3321.4832.5351.18
HexAB775A01E2F21152133
Octal2531671320365741254163
Binary101010111110111101101001111010111110000110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB775A; }

 p { color: rgb(171,119,90); }

 H1.HeaderClassName
 {
   color: #AB775A;
 }
 .AnyTagClassName
 {
   color: #AB775A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,119,90); }

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

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

 span { border-color: rgb(171,119,90); }

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