#AB6A33

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

Shades of Reno Sand #AB6A33

Tints of Reno Sand #AB6A33

Color information

#AB6A33 (or 0xAB6A33) is unknown color: approx Reno Sand. HEX triplet: AB, 6A and 33. RGB value is (171,106,51). Sum of RGB (Red+Green+Blue) = 171+106+51=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A33 is #5495CC. Grayscale: #777777. Windows color (decimal): -5543373 or 3369643. OLE color: 3369643.

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

Color convert

RGB17110651-
CMYK00.380.700.33
HSL27.5º54.05%43.53%-
HSV(B)27.5º70.18%67.06%-
XYZ22.5519.215.65-
YUV119.1689.53164.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 51 (20.31% from 255) = 15.55%
R=52.13%
G=32.32%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711065100.380.700.3327.554.0543.53
HexAB6A3302646211c362c
Octal2531526304610641346654
Binary1010101111010101100110100110100011010000111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A33; }

 p { color: rgb(171,106,51); }

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

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

 a { background-color: rgb(171,106,51); }

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

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

 span { border-color: rgb(171,106,51); }

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