#AE6929

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

Shades of Reno Sand #AE6929

Tints of Reno Sand #AE6929

Color information

#AE6929 (or 0xAE6929) is unknown color: approx Reno Sand. HEX triplet: AE, 69 and 29. RGB value is (174,105,41). Sum of RGB (Red+Green+Blue) = 174+105+41=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6929 is #5196D6. Grayscale: #767676. Windows color (decimal): -5347031 or 2714030. OLE color: 2714030.

HSL color Cylindrical-coordinate representation of color #AE6929: hue angle of 28.87º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE6929 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17410541-
CMYK00.400.760.32
HSL28.87º61.86%42.16%-
HSV(B)28.87º76.44%68.24%-
XYZ22.9119.264.61-
YUV118.3484.36167.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 41 (16.41% from 255) = 12.81%
R=54.38%
G=32.81%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741054100.400.760.3228.8761.8642.16
HexAE69290284C201d3e2a
Octal2561515105011440357652
Binary1010111011010011010010101000100110010000011101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6929; }

 p { color: rgb(174,105,41); }

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

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

 a { background-color: rgb(174,105,41); }

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

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

 span { border-color: rgb(174,105,41); }

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