Html Css Color HEX #AC9047 Turmeric

📋 copy color: '#AC9047'

red 172 ◦ green 144 ◦ blue 71

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

Shades of Turmeric #AC9047

Tints of Turmeric #AC9047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.35%

R = 44.44%
G = 37.21%
B = 18.35%

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

#AC9047 (or 0xAC9047) is known color: Turmeric. HEX triplet: AC, 90 and 47. RGB value is (172,144,71). Sum of RGB (Red+Green+Blue) = 172+144+71=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9047 is #536FB8. Grayscale: #909090. Windows color (decimal): -5468089 or 4690092. OLE color: 4690092.

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

Color convert

RGB 172 144 71 -
CMYK 0 0.16 0.59 0.33
HSL 43.37º 0.42% 0.48% -
HSV(B) 43.37º 0.59% 0.67% -
XYZ 28.12 29.17 10.11 -
YUV 144.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 172 144 71 0 0.16 0.59 0.33 43.37 0.42 0.48
Hex AC 90 47 0 10 3B 21 2B 2A 30
Octal 254 220 107 0 20 73 41 53 52 60
Binary 10101100 10010000 1000111 0 10000 111011 100001 101011 101010 110000

Color Harmonies of #AC9047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9047

Black with #AC9047

Text Example


Text Example

White with #AC9047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9047; }

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

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

background-color css

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

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

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

border-color css

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

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

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