Html Css Color HEX #AC9143 Turmeric

📋 copy color: '#AC9143'

red 172 ◦ green 145 ◦ blue 67

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

Shades of Turmeric #AC9143

Tints of Turmeric #AC9143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.45%

R = 44.79%
G = 37.76%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC9143 (or 0xAC9143) is known color: Turmeric. HEX triplet: AC, 91 and 43. RGB value is (172,145,67). Sum of RGB (Red+Green+Blue) = 172+145+67=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9143 is #536EBC. Grayscale: #909090. Windows color (decimal): -5467837 or 4428204. OLE color: 4428204.

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

Color convert

RGB 172 145 67 -
CMYK 0 0.16 0.61 0.33
HSL 44.57º 0.44% 0.47% -
HSV(B) 44.57º 0.61% 0.67% -
XYZ 28.15 29.43 9.51 -
YUV 144.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 172 145 67 0 0.16 0.61 0.33 44.57 0.44 0.47
Hex AC 91 43 0 10 3D 21 2D 2C 2F
Octal 254 221 103 0 20 75 41 55 54 57
Binary 10101100 10010001 1000011 0 10000 111101 100001 101101 101100 101111

Color Harmonies of #AC9143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9143

Black with #AC9143

Text Example


Text Example

White with #AC9143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9143; }

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

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

background-color css

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

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

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

border-color css

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

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

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