Html Css Color HEX #ACA155 Husk

📋 copy color: '#ACA155'

red 172 ◦ green 161 ◦ blue 85

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

Shades of Husk #ACA155

Tints of Husk #ACA155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.52%

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 41.15%
G = 38.52%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#ACA155 (or 0xACA155) is known color: Husk. HEX triplet: AC, A1 and 55. RGB value is (172,161,85). Sum of RGB (Red+Green+Blue) = 172+161+85=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA155 is #535EAA. Grayscale: #9B9B9B. Windows color (decimal): -5463723 or 5611948. OLE color: 5611948.

HSL color Cylindrical-coordinate representation of color #ACA155: hue angle of 52.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACA155 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 161 85 -
CMYK 0 0.06 0.51 0.33
HSL 52.41º 0.34% 0.5% -
HSV(B) 52.41º 0.51% 0.67% -
XYZ 31.4 34.92 13.68 -
YUV 155.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 172 161 85 0 0.06 0.51 0.33 52.41 0.34 0.5
Hex AC A1 55 0 6 33 21 34 22 32
Octal 254 241 125 0 6 63 41 64 42 62
Binary 10101100 10100001 1010101 0 110 110011 100001 110100 100010 110010

Color Harmonies of #ACA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA155

Black with #ACA155

Text Example


Text Example

White with #ACA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA155; }

 p { color: rgb(172,161,85); }

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

background-color css

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

 a { background-color: rgb(172,161,85); }

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

border-color css

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

 span { border-color: rgb(172,161,85); }

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