#AB6E38

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

Shades of Reno Sand #AB6E38

Tints of Reno Sand #AB6E38

Color information

#AB6E38 (or 0xAB6E38) is unknown color: approx Reno Sand. HEX triplet: AB, 6E and 38. RGB value is (171,110,56). Sum of RGB (Red+Green+Blue) = 171+110+56=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6E38 is #5491C7. Grayscale: #7A7A7A. Windows color (decimal): -5542344 or 3698347. OLE color: 3698347.

HSL color Cylindrical-coordinate representation of color #AB6E38: hue angle of 28.17º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB6E38 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17111056-
CMYK00.360.670.33
HSL28.17º50.66%44.51%-
HSV(B)28.17º67.25%67.06%-
XYZ23.0820.16.4-
YUV122.0890.71162.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=50.74%
G=32.64%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711105600.360.670.3328.1750.6644.51
HexAB6E3802443211c332d
Octal2531567004410341346355
Binary1010101111011101110000100100100001110000111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6E38; }

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

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

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

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

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

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

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

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