Html Css Color HEX #AC9248 Turmeric

📋 copy color: '#AC9248'

red 172 ◦ green 146 ◦ blue 72

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

Shades of Turmeric #AC9248

Tints of Turmeric #AC9248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

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

R = 44.1%
G = 37.44%
B = 18.46%

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

#AC9248 (or 0xAC9248) is known color: Turmeric. HEX triplet: AC, 92 and 48. RGB value is (172,146,72). Sum of RGB (Red+Green+Blue) = 172+146+72=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9248 is #536DB7. Grayscale: #919191. Windows color (decimal): -5467576 or 4756140. OLE color: 4756140.

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

Color convert

RGB 172 146 72 -
CMYK 0 0.15 0.58 0.33
HSL 44.4º 0.41% 0.48% -
HSV(B) 44.4º 0.58% 0.67% -
XYZ 28.46 29.8 10.38 -
YUV 145.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 172 146 72 0 0.15 0.58 0.33 44.4 0.41 0.48
Hex AC 92 48 0 F 3A 21 2C 29 30
Octal 254 222 110 0 17 72 41 54 51 60
Binary 10101100 10010010 1001000 0 1111 111010 100001 101100 101001 110000

Color Harmonies of #AC9248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9248

Black with #AC9248

Text Example


Text Example

White with #AC9248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9248; }

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

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

background-color css

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

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

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

border-color css

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

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

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