#AB6C34

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

Shades of Reno Sand #AB6C34

Tints of Reno Sand #AB6C34

Color information

#AB6C34 (or 0xAB6C34) is unknown color: approx Reno Sand. HEX triplet: AB, 6C and 34. RGB value is (171,108,52). Sum of RGB (Red+Green+Blue) = 171+108+52=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6C34 is #5493CB. Grayscale: #787878. Windows color (decimal): -5542860 or 3435691. OLE color: 3435691.

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

Color convert

RGB17110852-
CMYK00.370.700.33
HSL28.24º53.36%43.73%-
HSV(B)28.24º69.59%67.06%-
XYZ22.7819.635.84-
YUV120.4589.37164.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=51.66%
G=32.63%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711085200.370.700.3328.2453.3643.73
HexAB6C3402546211c352c
Octal2531546404510641346554
Binary1010101111011001101000100101100011010000111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6C34; }

 p { color: rgb(171,108,52); }

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

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

 a { background-color: rgb(171,108,52); }

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

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

 span { border-color: rgb(171,108,52); }

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