Html Css Color HEX #AE9344 Turmeric

📋 copy color: '#AE9344'

red 174 ◦ green 147 ◦ blue 68

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

Shades of Turmeric #AE9344

Tints of Turmeric #AE9344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 44.73%
G = 37.79%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE9344 (or 0xAE9344) is known color: Turmeric. HEX triplet: AE, 93 and 44. RGB value is (174,147,68). Sum of RGB (Red+Green+Blue) = 174+147+68=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9344 is #516CBB. Grayscale: #929292. Windows color (decimal): -5336252 or 4494254. OLE color: 4494254.

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

Color convert

RGB 174 147 68 -
CMYK 0 0.16 0.61 0.32
HSL 44.72º 0.44% 0.47% -
HSV(B) 44.72º 0.61% 0.68% -
XYZ 28.93 30.28 9.79 -
YUV 146.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 174 147 68 0 0.16 0.61 0.32 44.72 0.44 0.47
Hex AE 93 44 0 10 3D 20 2D 2C 2F
Octal 256 223 104 0 20 75 40 55 54 57
Binary 10101110 10010011 1000100 0 10000 111101 100000 101101 101100 101111

Color Harmonies of #AE9344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9344

Black with #AE9344

Text Example


Text Example

White with #AE9344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9344; }

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

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

background-color css

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

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

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

border-color css

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

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

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