#AB6B36

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

Shades of Reno Sand #AB6B36

Tints of Reno Sand #AB6B36

Color information

#AB6B36 (or 0xAB6B36) is unknown color: approx Reno Sand. HEX triplet: AB, 6B and 36. RGB value is (171,107,54). Sum of RGB (Red+Green+Blue) = 171+107+54=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6B36 is #5494C9. Grayscale: #787878. Windows color (decimal): -5543114 or 3566507. OLE color: 3566507.

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

Color convert

RGB17110754-
CMYK00.370.680.33
HSL27.18º52%44.12%-
HSV(B)27.18º68.42%67.06%-
XYZ22.7219.446.04-
YUV120.0990.7164.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 54 (21.48% from 255) = 16.27%
R=51.51%
G=32.23%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711075400.370.680.3327.185244.12
HexAB6B3602544211b342c
Octal2531536604510441336454
Binary1010101111010111101100100101100010010000111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6B36; }

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

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

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

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

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

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

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

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