Html Css Color HEX #AE9540 Turmeric

📋 copy color: '#AE9540'

red 174 ◦ green 149 ◦ blue 64

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

Shades of Turmeric #AE9540

Tints of Turmeric #AE9540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 44.96%
G = 38.5%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE9540 (or 0xAE9540) is known color: Turmeric. HEX triplet: AE, 95 and 40. RGB value is (174,149,64). Sum of RGB (Red+Green+Blue) = 174+149+64=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9540 is #516ABF. Grayscale: #939393. Windows color (decimal): -5335744 or 4232622. OLE color: 4232622.

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

Color convert

RGB 174 149 64 -
CMYK 0 0.14 0.63 0.32
HSL 46.36º 0.46% 0.47% -
HSV(B) 46.36º 0.63% 0.68% -
XYZ 29.13 30.86 9.27 -
YUV 146.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 174 149 64 0 0.14 0.63 0.32 46.36 0.46 0.47
Hex AE 95 40 0 E 3F 20 2E 2E 2F
Octal 256 225 100 0 16 77 40 56 56 57
Binary 10101110 10010101 1000000 0 1110 111111 100000 101110 101110 101111

Color Harmonies of #AE9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9540

Black with #AE9540

Text Example


Text Example

White with #AE9540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9540; }

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

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

background-color css

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

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

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

border-color css

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

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

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