#AC6B35

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

Shades of Reno Sand #AC6B35

Tints of Reno Sand #AC6B35

Color information

#AC6B35 (or 0xAC6B35) is unknown color: approx Reno Sand. HEX triplet: AC, 6B and 35. RGB value is (172,107,53). Sum of RGB (Red+Green+Blue) = 172+107+53=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B35 is #5394CA. Grayscale: #787878. Windows color (decimal): -5477579 or 3500972. OLE color: 3500972.

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

Color convert

RGB17210753-
CMYK00.380.690.33
HSL27.23º52.89%44.12%-
HSV(B)27.23º69.19%67.45%-
XYZ22.9119.545.93-
YUV120.2890.03164.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=51.81%
G=32.23%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721075300.380.690.3327.2352.8944.12
HexAC6B3502645211b352c
Octal2541536504610541336554
Binary1010110011010111101010100110100010110000111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6B35; }

 p { color: rgb(172,107,53); }

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

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

 a { background-color: rgb(172,107,53); }

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

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

 span { border-color: rgb(172,107,53); }

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