Html Css Color HEX #ACA255 Husk

📋 copy color: '#ACA255'

red 172 ◦ green 162 ◦ blue 85

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

Shades of Husk #ACA255

Tints of Husk #ACA255

RGB

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

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

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

R = 41.05%
G = 38.66%
B = 20.29%

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

#ACA255 (or 0xACA255) is known color: Husk. HEX triplet: AC, A2 and 55. RGB value is (172,162,85). Sum of RGB (Red+Green+Blue) = 172+162+85=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA255 is #535DAA. Grayscale: #9C9C9C. Windows color (decimal): -5463467 or 5612204. OLE color: 5612204.

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

Color convert

RGB 172 162 85 -
CMYK 0 0.06 0.51 0.33
HSL 53.1º 0.34% 0.5% -
HSV(B) 53.1º 0.51% 0.67% -
XYZ 31.57 35.27 13.74 -
YUV 156.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 172 162 85 0 0.06 0.51 0.33 53.1 0.34 0.5
Hex AC A2 55 0 6 33 21 35 22 32
Octal 254 242 125 0 6 63 41 65 42 62
Binary 10101100 10100010 1010101 0 110 110011 100001 110101 100010 110010

Color Harmonies of #ACA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA255

Black with #ACA255

Text Example


Text Example

White with #ACA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA255; }

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

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

background-color css

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

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

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

border-color css

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

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

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