#AC7538

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

Shades of Reno Sand #AC7538

Tints of Reno Sand #AC7538

Color information

#AC7538 (or 0xAC7538) is unknown color: approx Reno Sand. HEX triplet: AC, 75 and 38. RGB value is (172,117,56). Sum of RGB (Red+Green+Blue) = 172+117+56=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7538 is #538AC7. Grayscale: #7E7E7E. Windows color (decimal): -5475016 or 3700140. OLE color: 3700140.

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

Color convert

RGB17211756-
CMYK00.320.670.33
HSL31.55º50.88%44.71%-
HSV(B)31.55º67.44%67.45%-
XYZ24.0921.786.68-
YUV126.4988.22160.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=49.86%
G=33.91%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721175600.320.670.3331.5550.8844.71
HexAC7538020432120332d
Octal2541657004010341406355
Binary10101100111010111100001000001000011100001100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7538; }

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

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

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

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

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

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

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

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