#AE9A40

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

Shades of Roti #AE9A40

Tints of Roti #AE9A40

Color information

#AE9A40 (or 0xAE9A40) is unknown color: approx Roti. HEX triplet: AE, 9A and 40. RGB value is (174,154,64). Sum of RGB (Red+Green+Blue) = 174+154+64=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9A40 is #5165BF. Grayscale: #969696. Windows color (decimal): -5334464 or 4233902. OLE color: 4233902.

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

Color convert

RGB17415464-
CMYK00.110.630.32
HSL49.09º46.22%46.67%-
HSV(B)49.09º63.22%68.24%-
XYZ29.9432.489.54-
YUV149.7279.63145.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 64 (25.39% from 255) = 16.33%
R=44.39%
G=39.29%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741546400.110.630.3249.0946.2246.67
HexAE9A400B3F20312e2f
Octal2562321000137740615657
Binary1010111010011010100000001011111111100000110001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A40; }

 p { color: rgb(174,154,64); }

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

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

 a { background-color: rgb(174,154,64); }

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

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

 span { border-color: rgb(174,154,64); }

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