Html Css Color HEX #AE9141 Turmeric

📋 copy color: '#AE9141'

red 174 ◦ green 145 ◦ blue 65

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

Shades of Turmeric #AE9141

Tints of Turmeric #AE9141

RGB

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

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

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

R = 45.31%
G = 37.76%
B = 16.93%

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

#AE9141 (or 0xAE9141) is known color: Turmeric. HEX triplet: AE, 91 and 41. RGB value is (174,145,65). Sum of RGB (Red+Green+Blue) = 174+145+65=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9141 is #516EBE. Grayscale: #909090. Windows color (decimal): -5336767 or 4297134. OLE color: 4297134.

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

Color convert

RGB 174 145 65 -
CMYK 0 0.17 0.63 0.32
HSL 44.04º 0.46% 0.47% -
HSV(B) 44.04º 0.63% 0.68% -
XYZ 28.54 29.63 9.22 -
YUV 144.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 174 145 65 0 0.17 0.63 0.32 44.04 0.46 0.47
Hex AE 91 41 0 11 3F 20 2C 2E 2F
Octal 256 221 101 0 21 77 40 54 56 57
Binary 10101110 10010001 1000001 0 10001 111111 100000 101100 101110 101111

Color Harmonies of #AE9141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9141

Black with #AE9141

Text Example


Text Example

White with #AE9141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9141; }

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

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

background-color css

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

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

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

border-color css

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

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

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