#AB733A

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

Shades of Reno Sand #AB733A

Tints of Reno Sand #AB733A

Color information

#AB733A (or 0xAB733A) is unknown color: approx Reno Sand. HEX triplet: AB, 73 and 3A. RGB value is (171,115,58). Sum of RGB (Red+Green+Blue) = 171+115+58=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB733A is #548CC5. Grayscale: #7D7D7D. Windows color (decimal): -5541062 or 3830699. OLE color: 3830699.

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

Color convert

RGB17111558-
CMYK00.330.660.33
HSL30.27º49.34%44.9%-
HSV(B)30.27º66.08%67.06%-
XYZ23.6921.226.85-
YUV125.2590.05160.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.71%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 58 (23.05% from 255) = 16.86%
R=49.71%
G=33.43%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711155800.330.660.3330.2749.3444.9
HexAB733A02142211e312d
Octal2531637204110241366155
Binary1010101111100111110100100001100001010000111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB733A; }

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

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

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

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

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

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

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

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