Html Css Color HEX #AE9144 Turmeric

📋 copy color: '#AE9144'

red 174 ◦ green 145 ◦ blue 68

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

Shades of Turmeric #AE9144

Tints of Turmeric #AE9144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 44.96%
G = 37.47%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE9144 (or 0xAE9144) is known color: Turmeric. HEX triplet: AE, 91 and 44. RGB value is (174,145,68). Sum of RGB (Red+Green+Blue) = 174+145+68=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9144 is #516EBB. Grayscale: #919191. Windows color (decimal): -5336764 or 4493742. OLE color: 4493742.

HSL color Cylindrical-coordinate representation of color #AE9144: hue angle of 43.58º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE9144 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 145 68 -
CMYK 0 0.17 0.61 0.32
HSL 43.58º 0.44% 0.47% -
HSV(B) 43.58º 0.61% 0.68% -
XYZ 28.62 29.67 9.69 -
YUV 144.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 174 145 68 0 0.17 0.61 0.32 43.58 0.44 0.47
Hex AE 91 44 0 11 3D 20 2C 2C 2F
Octal 256 221 104 0 21 75 40 54 54 57
Binary 10101110 10010001 1000100 0 10001 111101 100000 101100 101100 101111

Color Harmonies of #AE9144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9144

Black with #AE9144

Text Example


Text Example

White with #AE9144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9144; }

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

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

background-color css

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

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

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

border-color css

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

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

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