Html Css Color HEX #AC9640 Turmeric

📋 copy color: '#AC9640'

red 172 ◦ green 150 ◦ blue 64

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

Shades of Turmeric #AC9640

Tints of Turmeric #AC9640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

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

R = 44.56%
G = 38.86%
B = 16.58%

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

#AC9640 (or 0xAC9640) is known color: Turmeric. HEX triplet: AC, 96 and 40. RGB value is (172,150,64). Sum of RGB (Red+Green+Blue) = 172+150+64=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9640 is #5369BF. Grayscale: #939393. Windows color (decimal): -5466560 or 4232876. OLE color: 4232876.

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

Color convert

RGB 172 150 64 -
CMYK 0 0.13 0.63 0.33
HSL 47.78º 0.46% 0.46% -
HSV(B) 47.78º 0.63% 0.67% -
XYZ 28.85 30.95 9.3 -
YUV 146.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 172 150 64 0 0.13 0.63 0.33 47.78 0.46 0.46
Hex AC 96 40 0 D 3F 21 30 2E 2E
Octal 254 226 100 0 15 77 41 60 56 56
Binary 10101100 10010110 1000000 0 1101 111111 100001 110000 101110 101110

Color Harmonies of #AC9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9640

Black with #AC9640

Text Example


Text Example

White with #AC9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9640; }

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

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

background-color css

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

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

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

border-color css

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

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

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