Html Css Color HEX #AC9049 Turmeric

📋 copy color: '#AC9049'

red 172 ◦ green 144 ◦ blue 73

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

Shades of Turmeric #AC9049

Tints of Turmeric #AC9049

RGB

 RED value IS 172 (67.58% from 255) = 44.22%

 GREEN value IS 144 (56.64% from 255) = 37.02%

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 44.22%
G = 37.02%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9049 (or 0xAC9049) is known color: Turmeric. HEX triplet: AC, 90 and 49. RGB value is (172,144,73). Sum of RGB (Red+Green+Blue) = 172+144+73=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9049 is #536FB6. Grayscale: #909090. Windows color (decimal): -5468087 or 4821164. OLE color: 4821164.

HSL color Cylindrical-coordinate representation of color #AC9049: hue angle of 43.03º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC9049 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 73 -
CMYK 0 0.16 0.58 0.33
HSL 43.03º 0.4% 0.48% -
HSV(B) 43.03º 0.58% 0.67% -
XYZ 28.19 29.2 10.45 -
YUV 144.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 172 144 73 0 0.16 0.58 0.33 43.03 0.4 0.48
Hex AC 90 49 0 10 3A 21 2B 28 30
Octal 254 220 111 0 20 72 41 53 50 60
Binary 10101100 10010000 1001001 0 10000 111010 100001 101011 101000 110000

Color Harmonies of #AC9049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9049

Black with #AC9049

Text Example


Text Example

White with #AC9049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9049; }

 p { color: rgb(172,144,73); }

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

background-color css

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

 a { background-color: rgb(172,144,73); }

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

border-color css

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

 span { border-color: rgb(172,144,73); }

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