#AC7638

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

Shades of Reno Sand #AC7638

Tints of Reno Sand #AC7638

Color information

#AC7638 (or 0xAC7638) is unknown color: approx Reno Sand. HEX triplet: AC, 76 and 38. RGB value is (172,118,56). Sum of RGB (Red+Green+Blue) = 172+118+56=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7638 is #5389C7. Grayscale: #7F7F7F. Windows color (decimal): -5474760 or 3700396. OLE color: 3700396.

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

Color convert

RGB17211856-
CMYK00.310.670.33
HSL32.07º50.88%44.71%-
HSV(B)32.07º67.44%67.45%-
XYZ24.2122.016.71-
YUV127.0887.89160.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=49.71%
G=34.10%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721185600.310.670.3332.0750.8844.71
HexAC763801F432120332d
Octal2541667003710341406355
Binary1010110011101101110000111111000011100001100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7638; }

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

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

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

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

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

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

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

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