#AB7239

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

Shades of Reno Sand #AB7239

Tints of Reno Sand #AB7239

Color information

#AB7239 (or 0xAB7239) is unknown color: approx Reno Sand. HEX triplet: AB, 72 and 39. RGB value is (171,114,57). Sum of RGB (Red+Green+Blue) = 171+114+57=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7239 is #548DC6. Grayscale: #7C7C7C. Windows color (decimal): -5541319 or 3764907. OLE color: 3764907.

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

Color convert

RGB17111457-
CMYK00.330.670.33
HSL30º50%44.71%-
HSV(B)30º66.67%67.06%-
XYZ23.5520.996.68-
YUV124.5489.88161.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711145700.330.670.33305044.71
HexAB723902143211e322d
Octal2531627104110341366255
Binary1010101111100101110010100001100001110000111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7239; }

 p { color: rgb(171,114,57); }

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

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

 a { background-color: rgb(171,114,57); }

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

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

 span { border-color: rgb(171,114,57); }

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