#AB6F33

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

Shades of Reno Sand #AB6F33

Tints of Reno Sand #AB6F33

Color information

#AB6F33 (or 0xAB6F33) is unknown color: approx Reno Sand. HEX triplet: AB, 6F and 33. RGB value is (171,111,51). Sum of RGB (Red+Green+Blue) = 171+111+51=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F33 is #5490CC. Grayscale: #7A7A7A. Windows color (decimal): -5542093 or 3370923. OLE color: 3370923.

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

Color convert

RGB17111151-
CMYK00.350.700.33
HSL30º54.05%43.53%-
HSV(B)30º70.18%67.06%-
XYZ23.0820.275.83-
YUV122.187.88162.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=51.35%
G=33.33%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711115100.350.700.333054.0543.53
HexAB6F3302346211e362c
Octal2531576304310641366654
Binary1010101111011111100110100011100011010000111110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6F33; }

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

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

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

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

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

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

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

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