#AE993E

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

Shades of Roti #AE993E

Tints of Roti #AE993E

Color information

#AE993E (or 0xAE993E) is unknown color: approx Roti. HEX triplet: AE, 99 and 3E. RGB value is (174,153,62). Sum of RGB (Red+Green+Blue) = 174+153+62=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE993E is #5166C1. Grayscale: #959595. Windows color (decimal): -5334722 or 4102574. OLE color: 4102574.

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

Color convert

RGB17415362-
CMYK00.120.640.32
HSL48.75º47.46%46.27%-
HSV(B)48.75º64.37%68.24%-
XYZ29.7232.139.19-
YUV148.978.96145.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 153 (60.16% from 255) = 39.33%
BLUE value IS 62 (24.61% from 255) = 15.94%
R=44.73%
G=39.33%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741536200.120.640.3248.7547.4646.27
HexAE993E0C4020312f2e
Octal2562317601410040615756
Binary1010111010011001111110011001000000100000110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE993E; }

 p { color: rgb(174,153,62); }

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

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

 a { background-color: rgb(174,153,62); }

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

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

 span { border-color: rgb(174,153,62); }

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