Html Css Color HEX #A5A056 Husk

📋 copy color: '#A5A056'

red 165 ◦ green 160 ◦ blue 86

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

Shades of Husk #A5A056

Tints of Husk #A5A056

RGB

 RED value IS 165 (64.84% from 255) = 40.15%

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

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

R = 40.15%
G = 38.93%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A5A056 (or 0xA5A056) is known color: Husk. HEX triplet: A5, A0 and 56. RGB value is (165,160,86). Sum of RGB (Red+Green+Blue) = 165+160+86=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A056 is #5A5FA9. Grayscale: #999999. Windows color (decimal): -5922730 or 5677221. OLE color: 5677221.

HSL color Cylindrical-coordinate representation of color #A5A056: hue angle of 56.2º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5A056 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 160 86 -
CMYK 0 0.03 0.48 0.35
HSL 56.2º 0.31% 0.49% -
HSV(B) 56.2º 0.48% 0.65% -
XYZ 29.77 33.81 13.76 -
YUV 153.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 165 160 86 0 0.03 0.48 0.35 56.2 0.31 0.49
Hex A5 A0 56 0 3 30 23 38 1F 31
Octal 245 240 126 0 3 60 43 70 37 61
Binary 10100101 10100000 1010110 0 11 110000 100011 111000 11111 110001

Color Harmonies of #A5A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A056

Black with #A5A056

Text Example


Text Example

White with #A5A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A056; }

 p { color: rgb(165,160,86); }

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

background-color css

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

 a { background-color: rgb(165,160,86); }

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

border-color css

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

 span { border-color: rgb(165,160,86); }

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