#AB7335

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

Shades of Reno Sand #AB7335

Tints of Reno Sand #AB7335

Color information

#AB7335 (or 0xAB7335) is unknown color: approx Reno Sand. HEX triplet: AB, 73 and 35. RGB value is (171,115,53). Sum of RGB (Red+Green+Blue) = 171+115+53=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7335 is #548CCA. Grayscale: #7C7C7C. Windows color (decimal): -5541067 or 3503019. OLE color: 3503019.

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

Color convert

RGB17111553-
CMYK00.330.690.33
HSL31.53º52.68%43.92%-
HSV(B)31.53º69.01%67.06%-
XYZ23.5721.186.21-
YUV124.6887.55161.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=50.44%
G=33.92%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711155300.330.690.3331.5352.6843.92
HexAB7335021452120352c
Octal2531636504110541406554
Binary10101011111001111010101000011000101100001100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7335; }

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

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

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

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

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

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

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

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