Html Css Color HEX #AC924B Husk

📋 copy color: '#AC924B'

red 172 ◦ green 146 ◦ blue 75

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

Shades of Husk #AC924B

Tints of Husk #AC924B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 43.77%
G = 37.15%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC924B (or 0xAC924B) is known color: Husk. HEX triplet: AC, 92 and 4B. RGB value is (172,146,75). Sum of RGB (Red+Green+Blue) = 172+146+75=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC924B is #536DB4. Grayscale: #919191. Windows color (decimal): -5467573 or 4952748. OLE color: 4952748.

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

Color convert

RGB 172 146 75 -
CMYK 0 0.15 0.56 0.33
HSL 43.92º 0.39% 0.48% -
HSV(B) 43.92º 0.56% 0.67% -
XYZ 28.56 29.84 10.91 -
YUV 145.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 172 146 75 0 0.15 0.56 0.33 43.92 0.39 0.48
Hex AC 92 4B 0 F 38 21 2C 27 30
Octal 254 222 113 0 17 70 41 54 47 60
Binary 10101100 10010010 1001011 0 1111 111000 100001 101100 100111 110000

Color Harmonies of #AC924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC924B

Black with #AC924B

Text Example


Text Example

White with #AC924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC924B; }

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

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

background-color css

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

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

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

border-color css

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

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

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