Html Css Color HEX #AC943C Turmeric

📋 copy color: '#AC943C'

red 172 ◦ green 148 ◦ blue 60

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

Shades of Turmeric #AC943C

Tints of Turmeric #AC943C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.79%

R = 45.26%
G = 38.95%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC943C (or 0xAC943C) is known color: Turmeric. HEX triplet: AC, 94 and 3C. RGB value is (172,148,60). Sum of RGB (Red+Green+Blue) = 172+148+60=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC943C is #536BC3. Grayscale: #919191. Windows color (decimal): -5467076 or 3970220. OLE color: 3970220.

HSL color Cylindrical-coordinate representation of color #AC943C: hue angle of 47.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC943C is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 60 -
CMYK 0 0.14 0.65 0.33
HSL 47.14º 0.48% 0.45% -
HSV(B) 47.14º 0.65% 0.67% -
XYZ 28.42 30.28 8.62 -
YUV 145.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 172 148 60 0 0.14 0.65 0.33 47.14 0.48 0.45
Hex AC 94 3C 0 E 41 21 2F 30 2D
Octal 254 224 74 0 16 101 41 57 60 55
Binary 10101100 10010100 111100 0 1110 1000001 100001 101111 110000 101101

Color Harmonies of #AC943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC943C

Black with #AC943C

Text Example


Text Example

White with #AC943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC943C; }

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

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

background-color css

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

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

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

border-color css

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

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

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