#AE692B

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

Shades of Reno Sand #AE692B

Tints of Reno Sand #AE692B

Color information

#AE692B (or 0xAE692B) is unknown color: approx Reno Sand. HEX triplet: AE, 69 and 2B. RGB value is (174,105,43). Sum of RGB (Red+Green+Blue) = 174+105+43=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE692B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE692B is #5196D4. Grayscale: #767676. Windows color (decimal): -5347029 or 2845102. OLE color: 2845102.

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

Color convert

RGB17410543-
CMYK00.400.750.32
HSL28.4º60.37%42.55%-
HSV(B)28.4º75.29%68.24%-
XYZ22.9419.284.8-
YUV118.5685.36167.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 43 (17.19% from 255) = 13.35%
R=54.04%
G=32.61%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741054300.400.750.3228.460.3742.55
HexAE692B0284B201c3c2b
Octal2561515305011340347453
Binary1010111011010011010110101000100101110000011100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE692B; }

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

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

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

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

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

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

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

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