Html Css Color HEX #AC9341 Turmeric

📋 copy color: '#AC9341'

red 172 ◦ green 147 ◦ blue 65

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

Shades of Turmeric #AC9341

Tints of Turmeric #AC9341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 44.79%
G = 38.28%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9341 (or 0xAC9341) is known color: Turmeric. HEX triplet: AC, 93 and 41. RGB value is (172,147,65). Sum of RGB (Red+Green+Blue) = 172+147+65=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9341 is #536CBE. Grayscale: #919191. Windows color (decimal): -5467327 or 4297644. OLE color: 4297644.

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

Color convert

RGB 172 147 65 -
CMYK 0 0.15 0.62 0.33
HSL 45.98º 0.45% 0.46% -
HSV(B) 45.98º 0.62% 0.67% -
XYZ 28.4 30.02 9.3 -
YUV 145.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 172 147 65 0 0.15 0.62 0.33 45.98 0.45 0.46
Hex AC 93 41 0 F 3E 21 2E 2D 2E
Octal 254 223 101 0 17 76 41 56 55 56
Binary 10101100 10010011 1000001 0 1111 111110 100001 101110 101101 101110

Color Harmonies of #AC9341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9341

Black with #AC9341

Text Example


Text Example

White with #AC9341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9341; }

 p { color: rgb(172,147,65); }

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

background-color css

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

 a { background-color: rgb(172,147,65); }

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

border-color css

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

 span { border-color: rgb(172,147,65); }

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