#AE6931

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

Shades of Reno Sand #AE6931

Tints of Reno Sand #AE6931

Color information

#AE6931 (or 0xAE6931) is unknown color: approx Reno Sand. HEX triplet: AE, 69 and 31. RGB value is (174,105,49). Sum of RGB (Red+Green+Blue) = 174+105+49=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6931 is #5196CE. Grayscale: #777777. Windows color (decimal): -5347023 or 3238318. OLE color: 3238318.

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

Color convert

RGB17410549-
CMYK00.400.720.32
HSL26.88º56.05%43.73%-
HSV(B)26.88º71.84%68.24%-
XYZ23.0619.325.42-
YUV119.2588.36167.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 49 (19.53% from 255) = 14.94%
R=53.05%
G=32.01%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741054900.400.720.3226.8856.0543.73
HexAE693102848201b382c
Octal2561516105011040337054
Binary1010111011010011100010101000100100010000011011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6931; }

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

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

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

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

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

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

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

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