Html Css Color HEX #AE9441 Turmeric

📋 copy color: '#AE9441'

red 174 ◦ green 148 ◦ blue 65

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

Shades of Turmeric #AE9441

Tints of Turmeric #AE9441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 44.96%
G = 38.24%
B = 16.8%

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

#AE9441 (or 0xAE9441) is known color: Turmeric. HEX triplet: AE, 94 and 41. RGB value is (174,148,65). Sum of RGB (Red+Green+Blue) = 174+148+65=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9441 is #516BBE. Grayscale: #929292. Windows color (decimal): -5335999 or 4297902. OLE color: 4297902.

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

Color convert

RGB 174 148 65 -
CMYK 0 0.15 0.63 0.32
HSL 45.69º 0.46% 0.47% -
HSV(B) 45.69º 0.63% 0.68% -
XYZ 29 30.56 9.37 -
YUV 146.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 174 148 65 0 0.15 0.63 0.32 45.69 0.46 0.47
Hex AE 94 41 0 F 3F 20 2E 2E 2F
Octal 256 224 101 0 17 77 40 56 56 57
Binary 10101110 10010100 1000001 0 1111 111111 100000 101110 101110 101111

Color Harmonies of #AE9441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9441

Black with #AE9441

Text Example


Text Example

White with #AE9441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9441; }

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

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

background-color css

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

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

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

border-color css

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

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

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