Html Css Color HEX #AC973D Turmeric

📋 copy color: '#AC973D'

red 172 ◦ green 151 ◦ blue 61

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

Shades of Turmeric #AC973D

Tints of Turmeric #AC973D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.89%

R = 44.79%
G = 39.32%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC973D (or 0xAC973D) is known color: Turmeric. HEX triplet: AC, 97 and 3D. RGB value is (172,151,61). Sum of RGB (Red+Green+Blue) = 172+151+61=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC973D is #5368C2. Grayscale: #939393. Windows color (decimal): -5466307 or 4036524. OLE color: 4036524.

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

Color convert

RGB 172 151 61 -
CMYK 0 0.12 0.65 0.33
HSL 48.65º 0.48% 0.46% -
HSV(B) 48.65º 0.65% 0.67% -
XYZ 28.92 31.24 8.92 -
YUV 147.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 172 151 61 0 0.12 0.65 0.33 48.65 0.48 0.46
Hex AC 97 3D 0 C 41 21 31 30 2E
Octal 254 227 75 0 14 101 41 61 60 56
Binary 10101100 10010111 111101 0 1100 1000001 100001 110001 110000 101110

Color Harmonies of #AC973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC973D

Black with #AC973D

Text Example


Text Example

White with #AC973D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC973D; }

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

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

background-color css

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

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

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

border-color css

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

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

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