#ac7434

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

Shades of Reno Sand #AC7434

Tints of Reno Sand #AC7434

Color information

#AC7434 (or 0xAC7434) is unknown color: approx Reno Sand. HEX triplet: AC, 74 and 34. RGB value is (172,116,52). Sum of RGB (Red+Green+Blue) = 172+116+52=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7434 is #538BCB. Grayscale: #7D7D7D. Windows color (decimal): -5475276 or 3437740. OLE color: 3437740.

HSL color Cylindrical-coordinate representation of color #AC7434: hue angle of 32º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC7434 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17211652-
CMYK00.330.700.33
HSL32º53.57%43.92%-
HSV(B)32º69.77%67.45%-
XYZ23.8821.516.14-
YUV125.4586.55161.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 52 (20.70% from 255) = 15.29%
R=50.59%
G=34.12%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721165200.330.700.333253.5743.92
HexAC7434021462120362c
Octal2541646404110641406654
Binary10101100111010011010001000011000110100001100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7434; }

 p { color: rgb(172,116,52); }

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

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

 a { background-color: rgb(172,116,52); }

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

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

 span { border-color: rgb(172,116,52); }

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