#AE6935

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

Shades of Reno Sand #AE6935

Tints of Reno Sand #AE6935

Color information

#AE6935 (or 0xAE6935) is unknown color: approx Reno Sand. HEX triplet: AE, 69 and 35. RGB value is (174,105,53). Sum of RGB (Red+Green+Blue) = 174+105+53=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6935 is #5196CA. Grayscale: #777777. Windows color (decimal): -5347019 or 3500462. OLE color: 3500462.

HSL color Cylindrical-coordinate representation of color #AE6935: hue angle of 25.79º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE6935 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB17410553-
CMYK00.400.700.32
HSL25.79º53.3%44.51%-
HSV(B)25.79º69.54%68.24%-
XYZ23.1519.365.88-
YUV119.790.36166.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=52.41%
G=31.63%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741055300.400.700.3225.7953.344.51
HexAE693502846201a352d
Octal2561516505010640326555
Binary1010111011010011101010101000100011010000011010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6935; }

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

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

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

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

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

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

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

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