#AB7436

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

Shades of Reno Sand #AB7436

Tints of Reno Sand #AB7436

Color information

#AB7436 (or 0xAB7436) is unknown color: approx Reno Sand. HEX triplet: AB, 74 and 36. RGB value is (171,116,54). Sum of RGB (Red+Green+Blue) = 171+116+54=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7436 is #548BC9. Grayscale: #7D7D7D. Windows color (decimal): -5540810 or 3568811. OLE color: 3568811.

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

Color convert

RGB17111654-
CMYK00.320.680.33
HSL31.79º52%44.12%-
HSV(B)31.79º68.42%67.06%-
XYZ23.7121.426.37-
YUV125.3887.72160.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 54 (21.48% from 255) = 15.84%
R=50.15%
G=34.02%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711165400.320.680.3331.795244.12
HexAB7436020442120342c
Octal2531646604010441406454
Binary10101011111010011011001000001000100100001100000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7436; }

 p { color: rgb(171,116,54); }

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

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

 a { background-color: rgb(171,116,54); }

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

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

 span { border-color: rgb(171,116,54); }

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