Html Css Color HEX #AC9440 Turmeric

📋 copy color: '#AC9440'

red 172 ◦ green 148 ◦ blue 64

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

Shades of Turmeric #AC9440

Tints of Turmeric #AC9440

RGB

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

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

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

R = 44.79%
G = 38.54%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC9440 (or 0xAC9440) is known color: Turmeric. HEX triplet: AC, 94 and 40. RGB value is (172,148,64). Sum of RGB (Red+Green+Blue) = 172+148+64=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9440 is #536BBF. Grayscale: #919191. Windows color (decimal): -5467072 or 4232364. OLE color: 4232364.

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

Color convert

RGB 172 148 64 -
CMYK 0 0.14 0.63 0.33
HSL 46.67º 0.46% 0.46% -
HSV(B) 46.67º 0.63% 0.67% -
XYZ 28.53 30.32 9.2 -
YUV 145.6 81.95 146.83 -
System Red Green Blue C M Y K H S L
Decimal 172 148 64 0 0.14 0.63 0.33 46.67 0.46 0.46
Hex AC 94 40 0 E 3F 21 2F 2E 2E
Octal 254 224 100 0 16 77 41 57 56 56
Binary 10101100 10010100 1000000 0 1110 111111 100001 101111 101110 101110

Color Harmonies of #AC9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9440

Black with #AC9440

Text Example


Text Example

White with #AC9440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9440; }

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

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

background-color css

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

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

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

border-color css

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

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

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