#AE692A

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

Shades of Reno Sand #AE692A

Tints of Reno Sand #AE692A

Color information

#AE692A (or 0xAE692A) is unknown color: approx Reno Sand. HEX triplet: AE, 69 and 2A. RGB value is (174,105,42). Sum of RGB (Red+Green+Blue) = 174+105+42=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE692A is #5196D5. Grayscale: #767676. Windows color (decimal): -5347030 or 2779566. OLE color: 2779566.

HSL color Cylindrical-coordinate representation of color #AE692A: hue angle of 28.64º degrees, saturation: 0.61, 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 #AE692A is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17410542-
CMYK00.400.760.32
HSL28.64º61.11%42.35%-
HSV(B)28.64º75.86%68.24%-
XYZ22.9319.274.7-
YUV118.4584.86167.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=54.21%
G=32.71%
B=13.08%

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
Decimal1741054200.400.760.3228.6461.1142.35
HexAE692A0284C201d3d2a
Octal2561515205011440357552
Binary1010111011010011010100101000100110010000011101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE692A; }

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

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

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

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

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

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

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

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