Html Css Color HEX #AC973F Turmeric

📋 copy color: '#AC973F'

red 172 ◦ green 151 ◦ blue 63

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

Shades of Turmeric #AC973F

Tints of Turmeric #AC973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.12%

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

R = 44.56%
G = 39.12%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC973F (or 0xAC973F) is known color: Turmeric. HEX triplet: AC, 97 and 3F. RGB value is (172,151,63). Sum of RGB (Red+Green+Blue) = 172+151+63=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC973F is #5368C0. Grayscale: #939393. Windows color (decimal): -5466305 or 4167596. OLE color: 4167596.

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

Color convert

RGB 172 151 63 -
CMYK 0 0.12 0.63 0.33
HSL 48.44º 0.46% 0.46% -
HSV(B) 48.44º 0.63% 0.67% -
XYZ 28.98 31.26 9.21 -
YUV 147.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 172 151 63 0 0.12 0.63 0.33 48.44 0.46 0.46
Hex AC 97 3F 0 C 3F 21 30 2E 2E
Octal 254 227 77 0 14 77 41 60 56 56
Binary 10101100 10010111 111111 0 1100 111111 100001 110000 101110 101110

Color Harmonies of #AC973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC973F

Black with #AC973F

Text Example


Text Example

White with #AC973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC973F; }

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

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

background-color css

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

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

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

border-color css

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

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

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