#AE6933

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

Shades of Reno Sand #AE6933

Tints of Reno Sand #AE6933

Color information

#AE6933 (or 0xAE6933) is unknown color: approx Reno Sand. HEX triplet: AE, 69 and 33. RGB value is (174,105,51). Sum of RGB (Red+Green+Blue) = 174+105+51=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6933 is #5196CC. Grayscale: #777777. Windows color (decimal): -5347021 or 3369390. OLE color: 3369390.

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

Color convert

RGB17410551-
CMYK00.400.710.32
HSL26.34º54.67%44.12%-
HSV(B)26.34º70.69%68.24%-
XYZ23.119.345.65-
YUV119.4889.36166.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 51 (20.31% from 255) = 15.45%
R=52.73%
G=31.82%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741055100.400.710.3226.3454.6744.12
HexAE693302847201a372c
Octal2561516305010740326754
Binary1010111011010011100110101000100011110000011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6933; }

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

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

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

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

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

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

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

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