Html Css Color HEX #AC973E Turmeric

📋 copy color: '#AC973E'

red 172 ◦ green 151 ◦ blue 62

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

Shades of Turmeric #AC973E

Tints of Turmeric #AC973E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 44.68%
G = 39.22%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC973E (or 0xAC973E) is known color: Turmeric. HEX triplet: AC, 97 and 3E. RGB value is (172,151,62). Sum of RGB (Red+Green+Blue) = 172+151+62=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC973E is #5368C1. Grayscale: #939393. Windows color (decimal): -5466306 or 4102060. OLE color: 4102060.

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

Color convert

RGB 172 151 62 -
CMYK 0 0.12 0.64 0.33
HSL 48.55º 0.47% 0.46% -
HSV(B) 48.55º 0.64% 0.67% -
XYZ 28.95 31.25 9.06 -
YUV 147.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 172 151 62 0 0.12 0.64 0.33 48.55 0.47 0.46
Hex AC 97 3E 0 C 40 21 31 2F 2E
Octal 254 227 76 0 14 100 41 61 57 56
Binary 10101100 10010111 111110 0 1100 1000000 100001 110001 101111 101110

Color Harmonies of #AC973E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC973E

Black with #AC973E

Text Example


Text Example

White with #AC973E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC973E; }

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

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

background-color css

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

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

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

border-color css

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

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

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