Html Css Color HEX #AE9445 Turmeric

📋 copy color: '#AE9445'

red 174 ◦ green 148 ◦ blue 69

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

Shades of Turmeric #AE9445

Tints of Turmeric #AE9445

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

 BLUE value IS 69 (27.34% from 255) = 17.65%

R = 44.5%
G = 37.85%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE9445 (or 0xAE9445) is known color: Turmeric. HEX triplet: AE, 94 and 45. RGB value is (174,148,69). Sum of RGB (Red+Green+Blue) = 174+148+69=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9445 is #516BBA. Grayscale: #939393. Windows color (decimal): -5335995 or 4560046. OLE color: 4560046.

HSL color Cylindrical-coordinate representation of color #AE9445: hue angle of 45.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE9445 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 148 69 -
CMYK 0 0.15 0.60 0.32
HSL 45.14º 0.43% 0.48% -
HSV(B) 45.14º 0.6% 0.68% -
XYZ 29.12 30.61 10 -
YUV 146.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 174 148 69 0 0.15 0.60 0.32 45.14 0.43 0.48
Hex AE 94 45 0 F 3C 20 2D 2B 30
Octal 256 224 105 0 17 74 40 55 53 60
Binary 10101110 10010100 1000101 0 1111 111100 100000 101101 101011 110000

Color Harmonies of #AE9445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9445

Black with #AE9445

Text Example


Text Example

White with #AE9445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9445; }

 p { color: rgb(174,148,69); }

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

background-color css

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

 a { background-color: rgb(174,148,69); }

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

border-color css

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

 span { border-color: rgb(174,148,69); }

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