#AB7238

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

Shades of Reno Sand #AB7238

Tints of Reno Sand #AB7238

Color information

#AB7238 (or 0xAB7238) is unknown color: approx Reno Sand. HEX triplet: AB, 72 and 38. RGB value is (171,114,56). Sum of RGB (Red+Green+Blue) = 171+114+56=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7238 is #548DC7. Grayscale: #7C7C7C. Windows color (decimal): -5541320 or 3699371. OLE color: 3699371.

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

Color convert

RGB17111456-
CMYK00.330.670.33
HSL30.26º50.66%44.51%-
HSV(B)30.26º67.25%67.06%-
XYZ23.5320.986.55-
YUV124.4389.38161.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=50.15%
G=33.43%
B=16.42%

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
Decimal1711145600.330.670.3330.2650.6644.51
HexAB723802143211e332d
Octal2531627004110341366355
Binary1010101111100101110000100001100001110000111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7238; }

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

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

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

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

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

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

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

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