Html Css Color HEX #AC9446 Turmeric

📋 copy color: '#AC9446'

red 172 ◦ green 148 ◦ blue 70

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

Shades of Turmeric #AC9446

Tints of Turmeric #AC9446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 44.1%
G = 37.95%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC9446 (or 0xAC9446) is known color: Turmeric. HEX triplet: AC, 94 and 46. RGB value is (172,148,70). Sum of RGB (Red+Green+Blue) = 172+148+70=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9446 is #536BB9. Grayscale: #929292. Windows color (decimal): -5467066 or 4625580. OLE color: 4625580.

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

Color convert

RGB 172 148 70 -
CMYK 0 0.14 0.59 0.33
HSL 45.88º 0.42% 0.47% -
HSV(B) 45.88º 0.59% 0.67% -
XYZ 28.71 30.39 10.15 -
YUV 146.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 172 148 70 0 0.14 0.59 0.33 45.88 0.42 0.47
Hex AC 94 46 0 E 3B 21 2E 2A 2F
Octal 254 224 106 0 16 73 41 56 52 57
Binary 10101100 10010100 1000110 0 1110 111011 100001 101110 101010 101111

Color Harmonies of #AC9446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9446

Black with #AC9446

Text Example


Text Example

White with #AC9446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9446; }

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

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

background-color css

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

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

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

border-color css

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

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

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