#AB7138

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

Shades of Reno Sand #AB7138

Tints of Reno Sand #AB7138

Color information

#AB7138 (or 0xAB7138) is unknown color: approx Reno Sand. HEX triplet: AB, 71 and 38. RGB value is (171,113,56). Sum of RGB (Red+Green+Blue) = 171+113+56=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7138 is #548EC7. Grayscale: #7C7C7C. Windows color (decimal): -5541576 or 3699115. OLE color: 3699115.

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

Color convert

RGB17111356-
CMYK00.340.670.33
HSL29.74º50.66%44.51%-
HSV(B)29.74º67.25%67.06%-
XYZ23.4120.756.51-
YUV123.8489.72161.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=50.29%
G=33.24%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711135600.340.670.3329.7450.6644.51
HexAB713802243211e332d
Octal2531617004210341366355
Binary1010101111100011110000100010100001110000111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7138; }

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

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

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

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

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

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

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

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