Html Css Color HEX #AC9042 Turmeric

📋 copy color: '#AC9042'

red 172 ◦ green 144 ◦ blue 66

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

Shades of Turmeric #AC9042

Tints of Turmeric #AC9042

RGB

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

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

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

R = 45.03%
G = 37.7%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9042 (or 0xAC9042) is known color: Turmeric. HEX triplet: AC, 90 and 42. RGB value is (172,144,66). Sum of RGB (Red+Green+Blue) = 172+144+66=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9042 is #536FBD. Grayscale: #8F8F8F. Windows color (decimal): -5468094 or 4362412. OLE color: 4362412.

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

Color convert

RGB 172 144 66 -
CMYK 0 0.16 0.62 0.33
HSL 44.15º 0.45% 0.47% -
HSV(B) 44.15º 0.62% 0.67% -
XYZ 27.97 29.11 9.3 -
YUV 143.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 172 144 66 0 0.16 0.62 0.33 44.15 0.45 0.47
Hex AC 90 42 0 10 3E 21 2C 2D 2F
Octal 254 220 102 0 20 76 41 54 55 57
Binary 10101100 10010000 1000010 0 10000 111110 100001 101100 101101 101111

Color Harmonies of #AC9042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9042

Black with #AC9042

Text Example


Text Example

White with #AC9042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9042; }

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

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

background-color css

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

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

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

border-color css

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

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

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