Html Css Color HEX #AC8F40 Turmeric

📋 copy color: '#AC8F40'

red 172 ◦ green 143 ◦ blue 64

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

Shades of Turmeric #AC8F40

Tints of Turmeric #AC8F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 45.38%
G = 37.73%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC8F40 (or 0xAC8F40) is known color: Turmeric. HEX triplet: AC, 8F and 40. RGB value is (172,143,64). Sum of RGB (Red+Green+Blue) = 172+143+64=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F40 is #5370BF. Grayscale: #8F8F8F. Windows color (decimal): -5468352 or 4231084. OLE color: 4231084.

HSL color Cylindrical-coordinate representation of color #AC8F40: hue angle of 43.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC8F40 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 64 -
CMYK 0 0.17 0.63 0.33
HSL 43.89º 0.46% 0.46% -
HSV(B) 43.89º 0.63% 0.67% -
XYZ 27.76 28.79 8.94 -
YUV 142.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 172 143 64 0 0.17 0.63 0.33 43.89 0.46 0.46
Hex AC 8F 40 0 11 3F 21 2C 2E 2E
Octal 254 217 100 0 21 77 41 54 56 56
Binary 10101100 10001111 1000000 0 10001 111111 100001 101100 101110 101110

Color Harmonies of #AC8F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F40

Black with #AC8F40

Text Example


Text Example

White with #AC8F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F40; }

 p { color: rgb(172,143,64); }

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

background-color css

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

 a { background-color: rgb(172,143,64); }

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

border-color css

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

 span { border-color: rgb(172,143,64); }

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