Html Css Color HEX #AC9540 Turmeric

📋 copy color: '#AC9540'

red 172 ◦ green 149 ◦ blue 64

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

Shades of Turmeric #AC9540

Tints of Turmeric #AC9540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 44.68%
G = 38.7%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC9540 (or 0xAC9540) is known color: Turmeric. HEX triplet: AC, 95 and 40. RGB value is (172,149,64). Sum of RGB (Red+Green+Blue) = 172+149+64=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9540 is #536ABF. Grayscale: #929292. Windows color (decimal): -5466816 or 4232620. OLE color: 4232620.

HSL color Cylindrical-coordinate representation of color #AC9540: hue angle of 47.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC9540 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 64 -
CMYK 0 0.13 0.63 0.33
HSL 47.22º 0.46% 0.46% -
HSV(B) 47.22º 0.63% 0.67% -
XYZ 28.69 30.64 9.25 -
YUV 146.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 172 149 64 0 0.13 0.63 0.33 47.22 0.46 0.46
Hex AC 95 40 0 D 3F 21 2F 2E 2E
Octal 254 225 100 0 15 77 41 57 56 56
Binary 10101100 10010101 1000000 0 1101 111111 100001 101111 101110 101110

Color Harmonies of #AC9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9540

Black with #AC9540

Text Example


Text Example

White with #AC9540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9540; }

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

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

background-color css

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

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

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

border-color css

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

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

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