Html Css Color HEX #AC9142 Turmeric

📋 copy color: '#AC9142'

red 172 ◦ green 145 ◦ blue 66

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

Shades of Turmeric #AC9142

Tints of Turmeric #AC9142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 44.91%
G = 37.86%
B = 17.23%

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

#AC9142 (or 0xAC9142) is known color: Turmeric. HEX triplet: AC, 91 and 42. RGB value is (172,145,66). Sum of RGB (Red+Green+Blue) = 172+145+66=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9142 is #536EBD. Grayscale: #909090. Windows color (decimal): -5467838 or 4362668. OLE color: 4362668.

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

Color convert

RGB 172 145 66 -
CMYK 0 0.16 0.62 0.33
HSL 44.72º 0.45% 0.47% -
HSV(B) 44.72º 0.62% 0.67% -
XYZ 28.12 29.41 9.35 -
YUV 144.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 172 145 66 0 0.16 0.62 0.33 44.72 0.45 0.47
Hex AC 91 42 0 10 3E 21 2D 2D 2F
Octal 254 221 102 0 20 76 41 55 55 57
Binary 10101100 10010001 1000010 0 10000 111110 100001 101101 101101 101111

Color Harmonies of #AC9142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9142

Black with #AC9142

Text Example


Text Example

White with #AC9142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9142; }

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

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

background-color css

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

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

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

border-color css

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

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

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