Html Css Color HEX #AC9544 Turmeric

📋 copy color: '#AC9544'

red 172 ◦ green 149 ◦ blue 68

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

Shades of Turmeric #AC9544

Tints of Turmeric #AC9544

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 44.22%
G = 38.3%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC9544 (or 0xAC9544) is known color: Turmeric. HEX triplet: AC, 95 and 44. RGB value is (172,149,68). Sum of RGB (Red+Green+Blue) = 172+149+68=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9544 is #536ABB. Grayscale: #929292. Windows color (decimal): -5466812 or 4494764. OLE color: 4494764.

HSL color Cylindrical-coordinate representation of color #AC9544: hue angle of 46.73º 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 #AC9544 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 68 -
CMYK 0 0.13 0.60 0.33
HSL 46.73º 0.43% 0.47% -
HSV(B) 46.73º 0.6% 0.67% -
XYZ 28.8 30.68 9.87 -
YUV 146.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 172 149 68 0 0.13 0.60 0.33 46.73 0.43 0.47
Hex AC 95 44 0 D 3C 21 2F 2B 2F
Octal 254 225 104 0 15 74 41 57 53 57
Binary 10101100 10010101 1000100 0 1101 111100 100001 101111 101011 101111

Color Harmonies of #AC9544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9544

Black with #AC9544

Text Example


Text Example

White with #AC9544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9544; }

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

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

background-color css

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

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

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

border-color css

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

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

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