Html Css Color HEX #AC9148 Turmeric

📋 copy color: '#AC9148'

red 172 ◦ green 145 ◦ blue 72

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

Shades of Turmeric #AC9148

Tints of Turmeric #AC9148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.28%

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

R = 44.22%
G = 37.28%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9148 (or 0xAC9148) is known color: Turmeric. HEX triplet: AC, 91 and 48. RGB value is (172,145,72). Sum of RGB (Red+Green+Blue) = 172+145+72=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9148 is #536EB7. Grayscale: #919191. Windows color (decimal): -5467832 or 4755884. OLE color: 4755884.

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

Color convert

RGB 172 145 72 -
CMYK 0 0.16 0.58 0.33
HSL 43.8º 0.41% 0.48% -
HSV(B) 43.8º 0.58% 0.67% -
XYZ 28.31 29.49 10.33 -
YUV 144.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 172 145 72 0 0.16 0.58 0.33 43.8 0.41 0.48
Hex AC 91 48 0 10 3A 21 2C 29 30
Octal 254 221 110 0 20 72 41 54 51 60
Binary 10101100 10010001 1001000 0 10000 111010 100001 101100 101001 110000

Color Harmonies of #AC9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9148

Black with #AC9148

Text Example


Text Example

White with #AC9148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9148; }

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

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

background-color css

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

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

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

border-color css

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

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

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