Html Css Color HEX #AC9246 Turmeric

📋 copy color: '#AC9246'

red 172 ◦ green 146 ◦ blue 70

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

Shades of Turmeric #AC9246

Tints of Turmeric #AC9246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 44.33%
G = 37.63%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC9246 (or 0xAC9246) is known color: Turmeric. HEX triplet: AC, 92 and 46. RGB value is (172,146,70). Sum of RGB (Red+Green+Blue) = 172+146+70=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9246 is #536DB9. Grayscale: #919191. Windows color (decimal): -5467578 or 4625068. OLE color: 4625068.

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

Color convert

RGB 172 146 70 -
CMYK 0 0.15 0.59 0.33
HSL 44.71º 0.42% 0.47% -
HSV(B) 44.71º 0.59% 0.67% -
XYZ 28.4 29.77 10.04 -
YUV 145.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 172 146 70 0 0.15 0.59 0.33 44.71 0.42 0.47
Hex AC 92 46 0 F 3B 21 2D 2A 2F
Octal 254 222 106 0 17 73 41 55 52 57
Binary 10101100 10010010 1000110 0 1111 111011 100001 101101 101010 101111

Color Harmonies of #AC9246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9246

Black with #AC9246

Text Example


Text Example

White with #AC9246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9246; }

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

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

background-color css

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

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

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

border-color css

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

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

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