Html Css Color HEX #AE914A Turmeric

📋 copy color: '#AE914A'

red 174 ◦ green 145 ◦ blue 74

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

Shades of Turmeric #AE914A

Tints of Turmeric #AE914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 44.27%
G = 36.9%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE914A (or 0xAE914A) is known color: Turmeric. HEX triplet: AE, 91 and 4A. RGB value is (174,145,74). Sum of RGB (Red+Green+Blue) = 174+145+74=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE914A is #516EB5. Grayscale: #919191. Windows color (decimal): -5336758 or 4886958. OLE color: 4886958.

HSL color Cylindrical-coordinate representation of color #AE914A: hue angle of 42.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE914A is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 145 74 -
CMYK 0 0.17 0.57 0.32
HSL 42.6º 0.4% 0.49% -
HSV(B) 42.6º 0.57% 0.68% -
XYZ 28.82 29.74 10.7 -
YUV 145.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 174 145 74 0 0.17 0.57 0.32 42.6 0.4 0.49
Hex AE 91 4A 0 11 39 20 2B 28 31
Octal 256 221 112 0 21 71 40 53 50 61
Binary 10101110 10010001 1001010 0 10001 111001 100000 101011 101000 110001

Color Harmonies of #AE914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE914A

Black with #AE914A

Text Example


Text Example

White with #AE914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE914A; }

 p { color: rgb(174,145,74); }

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

background-color css

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

 a { background-color: rgb(174,145,74); }

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

border-color css

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

 span { border-color: rgb(174,145,74); }

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