#AE783A

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

Shades of Reno Sand #AE783A

Tints of Reno Sand #AE783A

Color information

#AE783A (or 0xAE783A) is unknown color: approx Reno Sand. HEX triplet: AE, 78 and 3A. RGB value is (174,120,58). Sum of RGB (Red+Green+Blue) = 174+120+58=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE783A is #5187C5. Grayscale: #818181. Windows color (decimal): -5343174 or 3831982. OLE color: 3831982.

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

Color convert

RGB17412058-
CMYK00.310.670.32
HSL32.07º50%45.49%-
HSV(B)32.07º66.67%68.24%-
XYZ24.9422.747.08-
YUV129.0887.89160.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=49.43%
G=34.09%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741205800.310.670.3232.075045.49
HexAE783A01F432020322d
Octal2561707203710340406255
Binary1010111011110001110100111111000011100000100000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE783A; }

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

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

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

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

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

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

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

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