Html Css Color HEX #A8A155 Husk

📋 copy color: '#A8A155'

red 168 ◦ green 161 ◦ blue 85

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

Shades of Husk #A8A155

Tints of Husk #A8A155

RGB

 RED value IS 168 (66.02% from 255) = 40.58%

 GREEN value IS 161 (63.28% from 255) = 38.89%

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

R = 40.58%
G = 38.89%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A8A155 (or 0xA8A155) is known color: Husk. HEX triplet: A8, A1 and 55. RGB value is (168,161,85). Sum of RGB (Red+Green+Blue) = 168+161+85=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A155 is #575EAA. Grayscale: #9A9A9A. Windows color (decimal): -5725867 or 5611944. OLE color: 5611944.

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

Color convert

RGB 168 161 85 -
CMYK 0 0.04 0.49 0.34
HSL 54.94º 0.33% 0.5% -
HSV(B) 54.94º 0.49% 0.66% -
XYZ 30.53 34.47 13.64 -
YUV 154.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 168 161 85 0 0.04 0.49 0.34 54.94 0.33 0.5
Hex A8 A1 55 0 4 31 22 37 21 32
Octal 250 241 125 0 4 61 42 67 41 62
Binary 10101000 10100001 1010101 0 100 110001 100010 110111 100001 110010

Color Harmonies of #A8A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A155

Black with #A8A155

Text Example


Text Example

White with #A8A155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A155; }

 p { color: rgb(168,161,85); }

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

background-color css

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

 a { background-color: rgb(168,161,85); }

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

border-color css

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

 span { border-color: rgb(168,161,85); }

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