Html Css Color HEX #AC9046 Turmeric

📋 copy color: '#AC9046'

red 172 ◦ green 144 ◦ blue 70

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

Shades of Turmeric #AC9046

Tints of Turmeric #AC9046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

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

R = 44.56%
G = 37.31%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC9046 (or 0xAC9046) is known color: Turmeric. HEX triplet: AC, 90 and 46. RGB value is (172,144,70). Sum of RGB (Red+Green+Blue) = 172+144+70=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9046 is #536FB9. Grayscale: #909090. Windows color (decimal): -5468090 or 4624556. OLE color: 4624556.

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

Color convert

RGB 172 144 70 -
CMYK 0 0.16 0.59 0.33
HSL 43.53º 0.42% 0.47% -
HSV(B) 43.53º 0.59% 0.67% -
XYZ 28.09 29.16 9.94 -
YUV 143.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 172 144 70 0 0.16 0.59 0.33 43.53 0.42 0.47
Hex AC 90 46 0 10 3B 21 2C 2A 2F
Octal 254 220 106 0 20 73 41 54 52 57
Binary 10101100 10010000 1000110 0 10000 111011 100001 101100 101010 101111

Color Harmonies of #AC9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9046

Black with #AC9046

Text Example


Text Example

White with #AC9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9046; }

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

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

background-color css

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

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

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

border-color css

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

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

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