#ae753b

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

Shades of Reno Sand #AE753B

Tints of Reno Sand #AE753B

Color information

#AE753B (or 0xAE753B) is unknown color: approx Reno Sand. HEX triplet: AE, 75 and 3B. RGB value is (174,117,59). Sum of RGB (Red+Green+Blue) = 174+117+59=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE753B is #518AC4. Grayscale: #7F7F7F. Windows color (decimal): -5343941 or 3896750. OLE color: 3896750.

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

Color convert

RGB17411759-
CMYK00.330.660.32
HSL30.26º49.36%45.69%-
HSV(B)30.26º66.09%68.24%-
XYZ24.6122.047.09-
YUV127.4389.38161.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=49.71%
G=33.43%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741175900.330.660.3230.2649.3645.69
HexAE753B02142201e312e
Octal2561657304110240366156
Binary1010111011101011110110100001100001010000011110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae753b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae753b; }

 p { color: rgb(174,117,59); }

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

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

 a { background-color: rgb(174,117,59); }

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

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

 span { border-color: rgb(174,117,59); }

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