Html Css Color HEX #AE9241 Turmeric

📋 copy color: '#AE9241'

red 174 ◦ green 146 ◦ blue 65

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

Shades of Turmeric #AE9241

Tints of Turmeric #AE9241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 45.19%
G = 37.92%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE9241 (or 0xAE9241) is known color: Turmeric. HEX triplet: AE, 92 and 41. RGB value is (174,146,65). Sum of RGB (Red+Green+Blue) = 174+146+65=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9241 is #516DBE. Grayscale: #919191. Windows color (decimal): -5336511 or 4297390. OLE color: 4297390.

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

Color convert

RGB 174 146 65 -
CMYK 0 0.16 0.63 0.32
HSL 44.59º 0.46% 0.47% -
HSV(B) 44.59º 0.63% 0.68% -
XYZ 28.69 29.94 9.27 -
YUV 145.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 174 146 65 0 0.16 0.63 0.32 44.59 0.46 0.47
Hex AE 92 41 0 10 3F 20 2D 2E 2F
Octal 256 222 101 0 20 77 40 55 56 57
Binary 10101110 10010010 1000001 0 10000 111111 100000 101101 101110 101111

Color Harmonies of #AE9241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9241

Black with #AE9241

Text Example


Text Example

White with #AE9241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9241; }

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

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

background-color css

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

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

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

border-color css

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

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

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