Html Css Color HEX #AC8C45 Turmeric

📋 copy color: '#AC8C45'

red 172 ◦ green 140 ◦ blue 69

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

Shades of Turmeric #AC8C45

Tints of Turmeric #AC8C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 45.14%
G = 36.75%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC8C45 (or 0xAC8C45) is known color: Turmeric. HEX triplet: AC, 8C and 45. RGB value is (172,140,69). Sum of RGB (Red+Green+Blue) = 172+140+69=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C45 is #5373BA. Grayscale: #8D8D8D. Windows color (decimal): -5469115 or 4557996. OLE color: 4557996.

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

Color convert

RGB 172 140 69 -
CMYK 0 0.19 0.60 0.33
HSL 41.36º 0.43% 0.47% -
HSV(B) 41.36º 0.6% 0.67% -
XYZ 27.47 27.96 9.58 -
YUV 141.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 172 140 69 0 0.19 0.60 0.33 41.36 0.43 0.47
Hex AC 8C 45 0 13 3C 21 29 2B 2F
Octal 254 214 105 0 23 74 41 51 53 57
Binary 10101100 10001100 1000101 0 10011 111100 100001 101001 101011 101111

Color Harmonies of #AC8C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C45

Black with #AC8C45

Text Example


Text Example

White with #AC8C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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