#AE9A3F

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

Shades of Roti #AE9A3F

Tints of Roti #AE9A3F

Color information

#AE9A3F (or 0xAE9A3F) is unknown color: approx Roti. HEX triplet: AE, 9A and 3F. RGB value is (174,154,63). Sum of RGB (Red+Green+Blue) = 174+154+63=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9A3F is #5165C0. Grayscale: #959595. Windows color (decimal): -5334465 or 4168366. OLE color: 4168366.

HSL color Cylindrical-coordinate representation of color #AE9A3F: hue angle of 49.19º 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 #AE9A3F is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17415463-
CMYK00.110.640.32
HSL49.19º46.84%46.47%-
HSV(B)49.19º63.79%68.24%-
XYZ29.9132.479.39-
YUV149.6179.13145.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 63 (25% from 255) = 16.11%
R=44.50%
G=39.39%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741546300.110.640.3249.1946.8446.47
HexAE9A3F0B4020312f2e
Octal2562327701310040615756
Binary1010111010011010111111010111000000100000110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A3F; }

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

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

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

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

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

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

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

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