#AB7339

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

Shades of Reno Sand #AB7339

Tints of Reno Sand #AB7339

Color information

#AB7339 (or 0xAB7339) is unknown color: approx Reno Sand. HEX triplet: AB, 73 and 39. RGB value is (171,115,57). Sum of RGB (Red+Green+Blue) = 171+115+57=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7339 is #548CC6. Grayscale: #7D7D7D. Windows color (decimal): -5541063 or 3765163. OLE color: 3765163.

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

Color convert

RGB17111557-
CMYK00.330.670.33
HSL30.53º50%44.71%-
HSV(B)30.53º66.67%67.06%-
XYZ23.6621.216.72-
YUV125.1389.55160.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 57 (22.66% from 255) = 16.62%
R=49.85%
G=33.53%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711155700.330.670.3330.535044.71
HexAB733902143211f322d
Octal2531637104110341376255
Binary1010101111100111110010100001100001110000111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7339; }

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

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

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

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

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

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

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

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