#AB7038

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

Shades of Reno Sand #AB7038

Tints of Reno Sand #AB7038

Color information

#AB7038 (or 0xAB7038) is unknown color: approx Reno Sand. HEX triplet: AB, 70 and 38. RGB value is (171,112,56). Sum of RGB (Red+Green+Blue) = 171+112+56=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7038 is #548FC7. Grayscale: #7B7B7B. Windows color (decimal): -5541832 or 3698859. OLE color: 3698859.

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

Color convert

RGB17111256-
CMYK00.350.670.33
HSL29.22º50.66%44.51%-
HSV(B)29.22º67.25%67.06%-
XYZ23.320.536.48-
YUV123.2690.05162.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=50.44%
G=33.04%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711125600.350.670.3329.2250.6644.51
HexAB703802343211d332d
Octal2531607004310341356355
Binary1010101111100001110000100011100001110000111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7038; }

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

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

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

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

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

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

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

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