#AE702E

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

Shades of Reno Sand #AE702E

Tints of Reno Sand #AE702E

Color information

#AE702E (or 0xAE702E) is unknown color: approx Reno Sand. HEX triplet: AE, 70 and 2E. RGB value is (174,112,46). Sum of RGB (Red+Green+Blue) = 174+112+46=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE702E is #518FD1. Grayscale: #7B7B7B. Windows color (decimal): -5345234 or 3043502. OLE color: 3043502.

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

Color convert

RGB17411246-
CMYK00.360.740.32
HSL30.94º58.18%43.14%-
HSV(B)30.94º73.56%68.24%-
XYZ23.7420.785.35-
YUV123.0184.54164.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 46 (18.36% from 255) = 13.86%
R=52.41%
G=33.73%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741124600.360.740.3230.9458.1843.14
HexAE702E0244A201f3a2b
Octal2561605604411240377253
Binary1010111011100001011100100100100101010000011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE702E; }

 p { color: rgb(174,112,46); }

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

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

 a { background-color: rgb(174,112,46); }

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

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

 span { border-color: rgb(174,112,46); }

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