Html Css Color HEX #A8A158 Husk

📋 copy color: '#A8A158'

red 168 ◦ green 161 ◦ blue 88

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

Shades of Husk #A8A158

Tints of Husk #A8A158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 40.29%
G = 38.61%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A8A158 (or 0xA8A158) is known color: Husk. HEX triplet: A8, A1 and 58. RGB value is (168,161,88). Sum of RGB (Red+Green+Blue) = 168+161+88=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A158 is #575EA7. Grayscale: #9B9B9B. Windows color (decimal): -5725864 or 5808552. OLE color: 5808552.

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

Color convert

RGB 168 161 88 -
CMYK 0 0.04 0.48 0.34
HSL 54.75º 0.31% 0.5% -
HSV(B) 54.75º 0.48% 0.66% -
XYZ 30.65 34.52 14.28 -
YUV 154.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 168 161 88 0 0.04 0.48 0.34 54.75 0.31 0.5
Hex A8 A1 58 0 4 30 22 37 1F 32
Octal 250 241 130 0 4 60 42 67 37 62
Binary 10101000 10100001 1011000 0 100 110000 100010 110111 11111 110010

Color Harmonies of #A8A158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A158

Black with #A8A158

Text Example


Text Example

White with #A8A158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A158; }

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

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

background-color css

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

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

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

border-color css

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

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

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