Html Css Color HEX #AC9348 Turmeric

📋 copy color: '#AC9348'

red 172 ◦ green 147 ◦ blue 72

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

Shades of Turmeric #AC9348

Tints of Turmeric #AC9348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 43.99%
G = 37.6%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9348 (or 0xAC9348) is known color: Turmeric. HEX triplet: AC, 93 and 48. RGB value is (172,147,72). Sum of RGB (Red+Green+Blue) = 172+147+72=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9348 is #536CB7. Grayscale: #929292. Windows color (decimal): -5467320 or 4756396. OLE color: 4756396.

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

Color convert

RGB 172 147 72 -
CMYK 0 0.15 0.58 0.33
HSL 45º 0.41% 0.48% -
HSV(B) 45º 0.58% 0.67% -
XYZ 28.62 30.11 10.43 -
YUV 145.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 172 147 72 0 0.15 0.58 0.33 45 0.41 0.48
Hex AC 93 48 0 F 3A 21 2D 29 30
Octal 254 223 110 0 17 72 41 55 51 60
Binary 10101100 10010011 1001000 0 1111 111010 100001 101101 101001 110000

Color Harmonies of #AC9348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9348

Black with #AC9348

Text Example


Text Example

White with #AC9348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9348; }

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

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

background-color css

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

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

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

border-color css

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

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

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