Html Css Color HEX #AC8D45 Turmeric

📋 copy color: '#AC8D45'

red 172 ◦ green 141 ◦ blue 69

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

Shades of Turmeric #AC8D45

Tints of Turmeric #AC8D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 45.03%
G = 36.91%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC8D45 (or 0xAC8D45) is known color: Turmeric. HEX triplet: AC, 8D and 45. RGB value is (172,141,69). Sum of RGB (Red+Green+Blue) = 172+141+69=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D45 is #5372BA. Grayscale: #8E8E8E. Windows color (decimal): -5468859 or 4558252. OLE color: 4558252.

HSL color Cylindrical-coordinate representation of color #AC8D45: hue angle of 41.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC8D45 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 141 69 -
CMYK 0 0.18 0.60 0.33
HSL 41.94º 0.43% 0.47% -
HSV(B) 41.94º 0.6% 0.67% -
XYZ 27.61 28.25 9.63 -
YUV 142.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 172 141 69 0 0.18 0.60 0.33 41.94 0.43 0.47
Hex AC 8D 45 0 12 3C 21 2A 2B 2F
Octal 254 215 105 0 22 74 41 52 53 57
Binary 10101100 10001101 1000101 0 10010 111100 100001 101010 101011 101111

Color Harmonies of #AC8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D45

Black with #AC8D45

Text Example


Text Example

White with #AC8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D45; }

 p { color: rgb(172,141,69); }

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

background-color css

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

 a { background-color: rgb(172,141,69); }

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

border-color css

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

 span { border-color: rgb(172,141,69); }

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