#ac7238

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

Shades of Reno Sand #AC7238

Tints of Reno Sand #AC7238

Color information

#AC7238 (or 0xAC7238) is unknown color: approx Reno Sand. HEX triplet: AC, 72 and 38. RGB value is (172,114,56). Sum of RGB (Red+Green+Blue) = 172+114+56=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7238 is #538DC7. Grayscale: #7D7D7D. Windows color (decimal): -5475784 or 3699372. OLE color: 3699372.

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

Color convert

RGB17211456-
CMYK00.340.670.33
HSL30º50.88%44.71%-
HSV(B)30º67.44%67.45%-
XYZ23.7421.096.56-
YUV124.7389.22161.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 16.37%
R=50.29%
G=33.33%
B=16.37%

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
Decimal1721145600.340.670.333050.8844.71
HexAC723802243211e332d
Octal2541627004210341366355
Binary1010110011100101110000100010100001110000111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7238; }

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

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

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

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

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

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

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

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