Html Css Color HEX #AC913F Turmeric

📋 copy color: '#AC913F'

red 172 ◦ green 145 ◦ blue 63

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

Shades of Turmeric #AC913F

Tints of Turmeric #AC913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.58%

R = 45.26%
G = 38.16%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC913F (or 0xAC913F) is known color: Turmeric. HEX triplet: AC, 91 and 3F. RGB value is (172,145,63). Sum of RGB (Red+Green+Blue) = 172+145+63=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC913F is #536EC0. Grayscale: #909090. Windows color (decimal): -5467841 or 4166060. OLE color: 4166060.

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

Color convert

RGB 172 145 63 -
CMYK 0 0.16 0.63 0.33
HSL 45.14º 0.46% 0.46% -
HSV(B) 45.14º 0.63% 0.67% -
XYZ 28.04 29.38 8.9 -
YUV 143.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 172 145 63 0 0.16 0.63 0.33 45.14 0.46 0.46
Hex AC 91 3F 0 10 3F 21 2D 2E 2E
Octal 254 221 77 0 20 77 41 55 56 56
Binary 10101100 10010001 111111 0 10000 111111 100001 101101 101110 101110

Color Harmonies of #AC913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC913F

Black with #AC913F

Text Example


Text Example

White with #AC913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC913F; }

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

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

background-color css

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

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

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

border-color css

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

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

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