Html Css Color HEX #AE8C49 Turmeric

📋 copy color: '#AE8C49'

red 174 ◦ green 140 ◦ blue 73

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

Shades of Turmeric #AE8C49

Tints of Turmeric #AE8C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

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

R = 44.96%
G = 36.18%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE8C49 (or 0xAE8C49) is known color: Turmeric. HEX triplet: AE, 8C and 49. RGB value is (174,140,73). Sum of RGB (Red+Green+Blue) = 174+140+73=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C49 is #5173B6. Grayscale: #8E8E8E. Windows color (decimal): -5338039 or 4820142. OLE color: 4820142.

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

Color convert

RGB 174 140 73 -
CMYK 0 0.20 0.58 0.32
HSL 39.8º 0.41% 0.48% -
HSV(B) 39.8º 0.58% 0.68% -
XYZ 28.04 28.24 10.28 -
YUV 142.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 174 140 73 0 0.20 0.58 0.32 39.8 0.41 0.48
Hex AE 8C 49 0 14 3A 20 28 29 30
Octal 256 214 111 0 24 72 40 50 51 60
Binary 10101110 10001100 1001001 0 10100 111010 100000 101000 101001 110000

Color Harmonies of #AE8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C49

Black with #AE8C49

Text Example


Text Example

White with #AE8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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