Html Css Color HEX #AE9249 Turmeric

📋 copy color: '#AE9249'

red 174 ◦ green 146 ◦ blue 73

#AE9249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turmeric #AE9249

Tints of Turmeric #AE9249

RGB

 RED value IS 174 (68.36% from 255) = 44.27%

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 44.27%
G = 37.15%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE9249 (or 0xAE9249) is known color: Turmeric. HEX triplet: AE, 92 and 49. RGB value is (174,146,73). Sum of RGB (Red+Green+Blue) = 174+146+73=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9249 is #516DB6. Grayscale: #929292. Windows color (decimal): -5336503 or 4821678. OLE color: 4821678.

HSL color Cylindrical-coordinate representation of color #AE9249: hue angle of 43.37º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE9249 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 146 73 -
CMYK 0 0.16 0.58 0.32
HSL 43.37º 0.41% 0.48% -
HSV(B) 43.37º 0.58% 0.68% -
XYZ 28.94 30.04 10.58 -
YUV 146.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 174 146 73 0 0.16 0.58 0.32 43.37 0.41 0.48
Hex AE 92 49 0 10 3A 20 2B 29 30
Octal 256 222 111 0 20 72 40 53 51 60
Binary 10101110 10010010 1001001 0 10000 111010 100000 101011 101001 110000

Color Harmonies of #AE9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9249

Black with #AE9249

Text Example


Text Example

White with #AE9249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9249; }

 p { color: rgb(174,146,73); }

 H1.HeaderClassName
 {
   color: #AE9249;
 }
 .AnyTagClassName
 {
   color: #AE9249;
 }
</style>

background-color css

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

 a { background-color: rgb(174,146,73); }

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

border-color css

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

 span { border-color: rgb(174,146,73); }

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