Html Css Color HEX #ACA256 Husk

📋 copy color: '#ACA256'

red 172 ◦ green 162 ◦ blue 86

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

Shades of Husk #ACA256

Tints of Husk #ACA256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 40.95%
G = 38.57%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#ACA256 (or 0xACA256) is known color: Husk. HEX triplet: AC, A2 and 56. RGB value is (172,162,86). Sum of RGB (Red+Green+Blue) = 172+162+86=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA256 is #535DA9. Grayscale: #9C9C9C. Windows color (decimal): -5463466 or 5677740. OLE color: 5677740.

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

Color convert

RGB 172 162 86 -
CMYK 0 0.06 0.5 0.33
HSL 53.02º 0.34% 0.51% -
HSV(B) 53.02º 0.5% 0.67% -
XYZ 31.61 35.28 13.95 -
YUV 156.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 172 162 86 0 0.06 0.5 0.33 53.02 0.34 0.51
Hex AC A2 56 0 6 32 21 35 22 33
Octal 254 242 126 0 6 62 41 65 42 63
Binary 10101100 10100010 1010110 0 110 110010 100001 110101 100010 110011

Color Harmonies of #ACA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA256

Black with #ACA256

Text Example


Text Example

White with #ACA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA256; }

 p { color: rgb(172,162,86); }

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

background-color css

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

 a { background-color: rgb(172,162,86); }

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

border-color css

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

 span { border-color: rgb(172,162,86); }

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