Html Css Color HEX #AE9041 Turmeric

📋 copy color: '#AE9041'

red 174 ◦ green 144 ◦ blue 65

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

Shades of Turmeric #AE9041

Tints of Turmeric #AE9041

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 45.43%
G = 37.6%
B = 16.97%

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

#AE9041 (or 0xAE9041) is known color: Turmeric. HEX triplet: AE, 90 and 41. RGB value is (174,144,65). Sum of RGB (Red+Green+Blue) = 174+144+65=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9041 is #516FBE. Grayscale: #909090. Windows color (decimal): -5337023 or 4296878. OLE color: 4296878.

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

Color convert

RGB 174 144 65 -
CMYK 0 0.17 0.63 0.32
HSL 43.49º 0.46% 0.47% -
HSV(B) 43.49º 0.63% 0.68% -
XYZ 28.38 29.33 9.17 -
YUV 143.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 174 144 65 0 0.17 0.63 0.32 43.49 0.46 0.47
Hex AE 90 41 0 11 3F 20 2B 2E 2F
Octal 256 220 101 0 21 77 40 53 56 57
Binary 10101110 10010000 1000001 0 10001 111111 100000 101011 101110 101111

Color Harmonies of #AE9041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9041

Black with #AE9041

Text Example


Text Example

White with #AE9041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9041; }

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

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

background-color css

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

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

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

border-color css

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

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

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