Html Css Color HEX #AE9240 Turmeric

📋 copy color: '#AE9240'

red 174 ◦ green 146 ◦ blue 64

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

Shades of Turmeric #AE9240

Tints of Turmeric #AE9240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 45.31%
G = 38.02%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE9240 (or 0xAE9240) is known color: Turmeric. HEX triplet: AE, 92 and 40. RGB value is (174,146,64). Sum of RGB (Red+Green+Blue) = 174+146+64=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9240 is #516DBF. Grayscale: #919191. Windows color (decimal): -5336512 or 4231854. OLE color: 4231854.

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

Color convert

RGB 174 146 64 -
CMYK 0 0.16 0.63 0.32
HSL 44.73º 0.46% 0.47% -
HSV(B) 44.73º 0.63% 0.68% -
XYZ 28.66 29.93 9.12 -
YUV 145.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 174 146 64 0 0.16 0.63 0.32 44.73 0.46 0.47
Hex AE 92 40 0 10 3F 20 2D 2E 2F
Octal 256 222 100 0 20 77 40 55 56 57
Binary 10101110 10010010 1000000 0 10000 111111 100000 101101 101110 101111

Color Harmonies of #AE9240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9240

Black with #AE9240

Text Example


Text Example

White with #AE9240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9240; }

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

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

background-color css

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

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

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

border-color css

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

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

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