Html Css Color HEX #AE8F49 Turmeric

📋 copy color: '#AE8F49'

red 174 ◦ green 143 ◦ blue 73

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

Shades of Turmeric #AE8F49

Tints of Turmeric #AE8F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

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

R = 44.62%
G = 36.67%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE8F49 (or 0xAE8F49) is known color: Turmeric. HEX triplet: AE, 8F and 49. RGB value is (174,143,73). Sum of RGB (Red+Green+Blue) = 174+143+73=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F49 is #5170B6. Grayscale: #909090. Windows color (decimal): -5337271 or 4820910. OLE color: 4820910.

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

Color convert

RGB 174 143 73 -
CMYK 0 0.18 0.58 0.32
HSL 41.58º 0.41% 0.48% -
HSV(B) 41.58º 0.58% 0.68% -
XYZ 28.48 29.12 10.42 -
YUV 144.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 174 143 73 0 0.18 0.58 0.32 41.58 0.41 0.48
Hex AE 8F 49 0 12 3A 20 2A 29 30
Octal 256 217 111 0 22 72 40 52 51 60
Binary 10101110 10001111 1001001 0 10010 111010 100000 101010 101001 110000

Color Harmonies of #AE8F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F49

Black with #AE8F49

Text Example


Text Example

White with #AE8F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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