#AB6E35

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

Shades of Reno Sand #AB6E35

Tints of Reno Sand #AB6E35

Color information

#AB6E35 (or 0xAB6E35) is unknown color: approx Reno Sand. HEX triplet: AB, 6E and 35. RGB value is (171,110,53). Sum of RGB (Red+Green+Blue) = 171+110+53=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6E35 is #5491CA. Grayscale: #7A7A7A. Windows color (decimal): -5542347 or 3501739. OLE color: 3501739.

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

Color convert

RGB17111053-
CMYK00.360.690.33
HSL28.98º52.68%43.92%-
HSV(B)28.98º69.01%67.06%-
XYZ23.0120.076.03-
YUV121.7489.21163.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=51.20%
G=32.93%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711105300.360.690.3328.9852.6843.92
HexAB6E3502445211d352c
Octal2531566504410541356554
Binary1010101111011101101010100100100010110000111101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6E35; }

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

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

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

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

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

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

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

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