#AE783D

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

Shades of Reno Sand #AE783D

Tints of Reno Sand #AE783D

Color information

#AE783D (or 0xAE783D) is unknown color: approx Reno Sand. HEX triplet: AE, 78 and 3D. RGB value is (174,120,61). Sum of RGB (Red+Green+Blue) = 174+120+61=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE783D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE783D is #5187C2. Grayscale: #818181. Windows color (decimal): -5343171 or 4028590. OLE color: 4028590.

HSL color Cylindrical-coordinate representation of color #AE783D: hue angle of 31.33º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE783D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB17412061-
CMYK00.310.650.32
HSL31.33º48.09%46.08%-
HSV(B)31.33º64.94%68.24%-
XYZ25.0122.777.49-
YUV129.4289.39159.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=49.01%
G=33.80%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741206100.310.650.3231.3348.0946.08
HexAE783D01F41201f302e
Octal2561707503710140376056
Binary101011101111000111101011111100000110000011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE783D; }

 p { color: rgb(174,120,61); }

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

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

 a { background-color: rgb(174,120,61); }

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

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

 span { border-color: rgb(174,120,61); }

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