Html Css Color HEX #ACA353 Husk

📋 copy color: '#ACA353'

red 172 ◦ green 163 ◦ blue 83

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

Shades of Husk #ACA353

Tints of Husk #ACA353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 41.15%
G = 39%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#ACA353 (or 0xACA353) is known color: Husk. HEX triplet: AC, A3 and 53. RGB value is (172,163,83). Sum of RGB (Red+Green+Blue) = 172+163+83=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA353 is #535CAC. Grayscale: #9C9C9C. Windows color (decimal): -5463213 or 5481388. OLE color: 5481388.

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

Color convert

RGB 172 163 83 -
CMYK 0 0.05 0.52 0.33
HSL 53.93º 0.35% 0.5% -
HSV(B) 53.93º 0.52% 0.67% -
XYZ 31.67 35.59 13.38 -
YUV 156.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 172 163 83 0 0.05 0.52 0.33 53.93 0.35 0.5
Hex AC A3 53 0 5 34 21 36 23 32
Octal 254 243 123 0 5 64 41 66 43 62
Binary 10101100 10100011 1010011 0 101 110100 100001 110110 100011 110010

Color Harmonies of #ACA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA353

Black with #ACA353

Text Example


Text Example

White with #ACA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA353; }

 p { color: rgb(172,163,83); }

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

background-color css

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

 a { background-color: rgb(172,163,83); }

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

border-color css

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

 span { border-color: rgb(172,163,83); }

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