Html Css Color HEX #AE9346 Turmeric

📋 copy color: '#AE9346'

red 174 ◦ green 147 ◦ blue 70

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

Shades of Turmeric #AE9346

Tints of Turmeric #AE9346

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.6%

 BLUE value IS 70 (27.73% from 255) = 17.9%

R = 44.5%
G = 37.6%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE9346 (or 0xAE9346) is known color: Turmeric. HEX triplet: AE, 93 and 46. RGB value is (174,147,70). Sum of RGB (Red+Green+Blue) = 174+147+70=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9346 is #516CB9. Grayscale: #929292. Windows color (decimal): -5336250 or 4625326. OLE color: 4625326.

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

Color convert

RGB 174 147 70 -
CMYK 0 0.16 0.60 0.32
HSL 44.42º 0.43% 0.48% -
HSV(B) 44.42º 0.6% 0.68% -
XYZ 28.99 30.31 10.12 -
YUV 146.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 174 147 70 0 0.16 0.60 0.32 44.42 0.43 0.48
Hex AE 93 46 0 10 3C 20 2C 2B 30
Octal 256 223 106 0 20 74 40 54 53 60
Binary 10101110 10010011 1000110 0 10000 111100 100000 101100 101011 110000

Color Harmonies of #AE9346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9346

Black with #AE9346

Text Example


Text Example

White with #AE9346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9346; }

 p { color: rgb(174,147,70); }

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

background-color css

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

 a { background-color: rgb(174,147,70); }

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

border-color css

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

 span { border-color: rgb(174,147,70); }

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