Html Css Color HEX #AC9444 Turmeric

📋 copy color: '#AC9444'

red 172 ◦ green 148 ◦ blue 68

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

Shades of Turmeric #AC9444

Tints of Turmeric #AC9444

RGB

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

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

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

R = 44.33%
G = 38.14%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC9444 (or 0xAC9444) is known color: Turmeric. HEX triplet: AC, 94 and 44. RGB value is (172,148,68). Sum of RGB (Red+Green+Blue) = 172+148+68=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9444 is #536BBB. Grayscale: #929292. Windows color (decimal): -5467068 or 4494508. OLE color: 4494508.

HSL color Cylindrical-coordinate representation of color #AC9444: hue angle of 46.15º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC9444 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 68 -
CMYK 0 0.14 0.60 0.33
HSL 46.15º 0.43% 0.47% -
HSV(B) 46.15º 0.6% 0.67% -
XYZ 28.65 30.37 9.82 -
YUV 146.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 172 148 68 0 0.14 0.60 0.33 46.15 0.43 0.47
Hex AC 94 44 0 E 3C 21 2E 2B 2F
Octal 254 224 104 0 16 74 41 56 53 57
Binary 10101100 10010100 1000100 0 1110 111100 100001 101110 101011 101111

Color Harmonies of #AC9444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9444

Black with #AC9444

Text Example


Text Example

White with #AC9444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9444; }

 p { color: rgb(172,148,68); }

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

background-color css

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

 a { background-color: rgb(172,148,68); }

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

border-color css

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

 span { border-color: rgb(172,148,68); }

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