Html Css Color HEX #AC974D Husk

📋 copy color: '#AC974D'

red 172 ◦ green 151 ◦ blue 77

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

Shades of Husk #AC974D

Tints of Husk #AC974D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 43%
G = 37.75%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC974D (or 0xAC974D) is known color: Husk. HEX triplet: AC, 97 and 4D. RGB value is (172,151,77). Sum of RGB (Red+Green+Blue) = 172+151+77=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC974D is #5368B2. Grayscale: #959595. Windows color (decimal): -5466291 or 5085100. OLE color: 5085100.

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

Color convert

RGB 172 151 77 -
CMYK 0 0.12 0.55 0.33
HSL 46.74º 0.38% 0.49% -
HSV(B) 46.74º 0.55% 0.67% -
XYZ 29.42 31.44 11.54 -
YUV 148.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 172 151 77 0 0.12 0.55 0.33 46.74 0.38 0.49
Hex AC 97 4D 0 C 37 21 2F 26 31
Octal 254 227 115 0 14 67 41 57 46 61
Binary 10101100 10010111 1001101 0 1100 110111 100001 101111 100110 110001

Color Harmonies of #AC974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC974D

Black with #AC974D

Text Example


Text Example

White with #AC974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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