Html Css Color HEX #AC9442 Turmeric

📋 copy color: '#AC9442'

red 172 ◦ green 148 ◦ blue 66

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

Shades of Turmeric #AC9442

Tints of Turmeric #AC9442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 44.56%
G = 38.34%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9442 (or 0xAC9442) is known color: Turmeric. HEX triplet: AC, 94 and 42. RGB value is (172,148,66). Sum of RGB (Red+Green+Blue) = 172+148+66=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9442 is #536BBD. Grayscale: #929292. Windows color (decimal): -5467070 or 4363436. OLE color: 4363436.

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

Color convert

RGB 172 148 66 -
CMYK 0 0.14 0.62 0.33
HSL 46.42º 0.45% 0.47% -
HSV(B) 46.42º 0.62% 0.67% -
XYZ 28.59 30.34 9.5 -
YUV 145.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 172 148 66 0 0.14 0.62 0.33 46.42 0.45 0.47
Hex AC 94 42 0 E 3E 21 2E 2D 2F
Octal 254 224 102 0 16 76 41 56 55 57
Binary 10101100 10010100 1000010 0 1110 111110 100001 101110 101101 101111

Color Harmonies of #AC9442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9442

Black with #AC9442

Text Example


Text Example

White with #AC9442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9442; }

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

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

background-color css

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

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

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

border-color css

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

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

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