Html Css Color HEX #AE9140 Turmeric

📋 copy color: '#AE9140'

red 174 ◦ green 145 ◦ blue 64

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

Shades of Turmeric #AE9140

Tints of Turmeric #AE9140

RGB

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

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

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

R = 45.43%
G = 37.86%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE9140 (or 0xAE9140) is known color: Turmeric. HEX triplet: AE, 91 and 40. RGB value is (174,145,64). Sum of RGB (Red+Green+Blue) = 174+145+64=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9140 is #516EBF. Grayscale: #909090. Windows color (decimal): -5336768 or 4231598. OLE color: 4231598.

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

Color convert

RGB 174 145 64 -
CMYK 0 0.17 0.63 0.32
HSL 44.18º 0.46% 0.47% -
HSV(B) 44.18º 0.63% 0.68% -
XYZ 28.51 29.62 9.07 -
YUV 144.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 174 145 64 0 0.17 0.63 0.32 44.18 0.46 0.47
Hex AE 91 40 0 11 3F 20 2C 2E 2F
Octal 256 221 100 0 21 77 40 54 56 57
Binary 10101110 10010001 1000000 0 10001 111111 100000 101100 101110 101111

Color Harmonies of #AE9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9140

Black with #AE9140

Text Example


Text Example

White with #AE9140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9140; }

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

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

background-color css

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

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

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

border-color css

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

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

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