Html Css Color HEX #ACA04D Husk

📋 copy color: '#ACA04D'

red 172 ◦ green 160 ◦ blue 77

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

Shades of Husk #ACA04D

Tints of Husk #ACA04D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

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

R = 42.05%
G = 39.12%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#ACA04D (or 0xACA04D) is known color: Husk. HEX triplet: AC, A0 and 4D. RGB value is (172,160,77). Sum of RGB (Red+Green+Blue) = 172+160+77=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA04D is #535FB2. Grayscale: #9A9A9A. Windows color (decimal): -5463987 or 5087404. OLE color: 5087404.

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

Color convert

RGB 172 160 77 -
CMYK 0 0.07 0.55 0.33
HSL 52.42º 0.38% 0.49% -
HSV(B) 52.42º 0.55% 0.67% -
XYZ 30.92 34.45 12.04 -
YUV 154.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 172 160 77 0 0.07 0.55 0.33 52.42 0.38 0.49
Hex AC A0 4D 0 7 37 21 34 26 31
Octal 254 240 115 0 7 67 41 64 46 61
Binary 10101100 10100000 1001101 0 111 110111 100001 110100 100110 110001

Color Harmonies of #ACA04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA04D

Black with #ACA04D

Text Example


Text Example

White with #ACA04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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