Html Css Color HEX #AC924E Husk

📋 copy color: '#AC924E'

red 172 ◦ green 146 ◦ blue 78

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

Shades of Husk #AC924E

Tints of Husk #AC924E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 43.43%
G = 36.87%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC924E (or 0xAC924E) is known color: Husk. HEX triplet: AC, 92 and 4E. RGB value is (172,146,78). Sum of RGB (Red+Green+Blue) = 172+146+78=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC924E is #536DB1. Grayscale: #929292. Windows color (decimal): -5467570 or 5149356. OLE color: 5149356.

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

Color convert

RGB 172 146 78 -
CMYK 0 0.15 0.55 0.33
HSL 43.4º 0.38% 0.49% -
HSV(B) 43.4º 0.55% 0.67% -
XYZ 28.67 29.88 11.46 -
YUV 146.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 172 146 78 0 0.15 0.55 0.33 43.4 0.38 0.49
Hex AC 92 4E 0 F 37 21 2B 26 31
Octal 254 222 116 0 17 67 41 53 46 61
Binary 10101100 10010010 1001110 0 1111 110111 100001 101011 100110 110001

Color Harmonies of #AC924E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC924E

Black with #AC924E

Text Example


Text Example

White with #AC924E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC924E; }

 p { color: rgb(172,146,78); }

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

background-color css

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

 a { background-color: rgb(172,146,78); }

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

border-color css

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

 span { border-color: rgb(172,146,78); }

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