#AB7539

Color #AB7539 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AB7539

Tints of Reno Sand #AB7539

Color information

#AB7539 (or 0xAB7539) is unknown color: approx Reno Sand. HEX triplet: AB, 75 and 39. RGB value is (171,117,57). Sum of RGB (Red+Green+Blue) = 171+117+57=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7539 is #548AC6. Grayscale: #7E7E7E. Windows color (decimal): -5540551 or 3765675. OLE color: 3765675.

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

Color convert

RGB17111757-
CMYK00.320.670.33
HSL31.58º50%44.71%-
HSV(B)31.58º66.67%67.06%-
XYZ23.8921.686.8-
YUV126.3188.89159.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 57 (22.66% from 255) = 16.52%
R=49.57%
G=33.91%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711175700.320.670.3331.585044.71
HexAB7539020432120322d
Octal2531657104010341406255
Binary10101011111010111100101000001000011100001100000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7539; }

 p { color: rgb(171,117,57); }

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

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

 a { background-color: rgb(171,117,57); }

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

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

 span { border-color: rgb(171,117,57); }

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