Html Css Color HEX #AE9440 Turmeric

📋 copy color: '#AE9440'

red 174 ◦ green 148 ◦ blue 64

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

Shades of Turmeric #AE9440

Tints of Turmeric #AE9440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

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

R = 45.08%
G = 38.34%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE9440 (or 0xAE9440) is known color: Turmeric. HEX triplet: AE, 94 and 40. RGB value is (174,148,64). Sum of RGB (Red+Green+Blue) = 174+148+64=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9440 is #516BBF. Grayscale: #929292. Windows color (decimal): -5336000 or 4232366. OLE color: 4232366.

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

Color convert

RGB 174 148 64 -
CMYK 0 0.15 0.63 0.32
HSL 45.82º 0.46% 0.47% -
HSV(B) 45.82º 0.63% 0.68% -
XYZ 28.97 30.55 9.22 -
YUV 146.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 174 148 64 0 0.15 0.63 0.32 45.82 0.46 0.47
Hex AE 94 40 0 F 3F 20 2E 2E 2F
Octal 256 224 100 0 17 77 40 56 56 57
Binary 10101110 10010100 1000000 0 1111 111111 100000 101110 101110 101111

Color Harmonies of #AE9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9440

Black with #AE9440

Text Example


Text Example

White with #AE9440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9440; }

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

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

background-color css

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

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

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

border-color css

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

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

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