Html Css Color HEX #A5A051 Husk

📋 copy color: '#A5A051'

red 165 ◦ green 160 ◦ blue 81

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

Shades of Husk #A5A051

Tints of Husk #A5A051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.95%

R = 40.64%
G = 39.41%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A5A051 (or 0xA5A051) is known color: Husk. HEX triplet: A5, A0 and 51. RGB value is (165,160,81). Sum of RGB (Red+Green+Blue) = 165+160+81=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A051 is #5A5FAE. Grayscale: #989898. Windows color (decimal): -5922735 or 5349541. OLE color: 5349541.

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

Color convert

RGB 165 160 81 -
CMYK 0 0.03 0.51 0.35
HSL 56.43º 0.34% 0.48% -
HSV(B) 56.43º 0.51% 0.65% -
XYZ 29.57 33.74 12.74 -
YUV 152.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 165 160 81 0 0.03 0.51 0.35 56.43 0.34 0.48
Hex A5 A0 51 0 3 33 23 38 22 30
Octal 245 240 121 0 3 63 43 70 42 60
Binary 10100101 10100000 1010001 0 11 110011 100011 111000 100010 110000

Color Harmonies of #A5A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A051

Black with #A5A051

Text Example


Text Example

White with #A5A051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A051; }

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

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

background-color css

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

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

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

border-color css

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

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

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