Html Css Color HEX #AC974A Husk

📋 copy color: '#AC974A'

red 172 ◦ green 151 ◦ blue 74

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

Shades of Husk #AC974A

Tints of Husk #AC974A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 43.32%
G = 38.04%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC974A (or 0xAC974A) is known color: Husk. HEX triplet: AC, 97 and 4A. RGB value is (172,151,74). Sum of RGB (Red+Green+Blue) = 172+151+74=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC974A is #5368B5. Grayscale: #949494. Windows color (decimal): -5466294 or 4888492. OLE color: 4888492.

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

Color convert

RGB 172 151 74 -
CMYK 0 0.12 0.57 0.33
HSL 47.14º 0.4% 0.48% -
HSV(B) 47.14º 0.57% 0.67% -
XYZ 29.32 31.4 10.99 -
YUV 148.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 172 151 74 0 0.12 0.57 0.33 47.14 0.4 0.48
Hex AC 97 4A 0 C 39 21 2F 28 30
Octal 254 227 112 0 14 71 41 57 50 60
Binary 10101100 10010111 1001010 0 1100 111001 100001 101111 101000 110000

Color Harmonies of #AC974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC974A

Black with #AC974A

Text Example


Text Example

White with #AC974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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