#AE6923

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

Shades of Reno Sand #AE6923

Tints of Reno Sand #AE6923

Color information

#AE6923 (or 0xAE6923) is unknown color: approx Reno Sand. HEX triplet: AE, 69 and 23. RGB value is (174,105,35). Sum of RGB (Red+Green+Blue) = 174+105+35=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6923 is #5196DC. Grayscale: #757575. Windows color (decimal): -5347037 or 2320814. OLE color: 2320814.

HSL color Cylindrical-coordinate representation of color #AE6923: hue angle of 30.22º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE6923 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB17410535-
CMYK00.400.800.32
HSL30.22º66.51%40.98%-
HSV(B)30.22º79.89%68.24%-
XYZ22.8119.224.1-
YUV117.6581.36168.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 35 (14.06% from 255) = 11.15%
R=55.41%
G=33.44%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741053500.400.800.3230.2266.5140.98
HexAE692302850201e4329
Octal25615143050120403610351
Binary10101110110100110001101010001010000100000111101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6923; }

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

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

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

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

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

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

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

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