Html Css Color HEX #A5A158 Green Smoke

📋 copy color: '#A5A158'

red 165 ◦ green 161 ◦ blue 88

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

Shades of Green Smoke #A5A158

Tints of Green Smoke #A5A158

RGB

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

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

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

R = 39.86%
G = 38.89%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A5A158 (or 0xA5A158) is known color: Green Smoke. HEX triplet: A5, A1 and 58. RGB value is (165,161,88). Sum of RGB (Red+Green+Blue) = 165+161+88=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A158 is #5A5EA7. Grayscale: #9A9A9A. Windows color (decimal): -5922472 or 5808549. OLE color: 5808549.

HSL color Cylindrical-coordinate representation of color #A5A158: hue angle of 56.88º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5A158 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 161 88 -
CMYK 0 0.02 0.47 0.35
HSL 56.88º 0.3% 0.5% -
HSV(B) 56.88º 0.47% 0.65% -
XYZ 30.02 34.19 14.25 -
YUV 153.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 165 161 88 0 0.02 0.47 0.35 56.88 0.3 0.5
Hex A5 A1 58 0 2 2F 23 39 1E 32
Octal 245 241 130 0 2 57 43 71 36 62
Binary 10100101 10100001 1011000 0 10 101111 100011 111001 11110 110010

Color Harmonies of #A5A158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A158

Black with #A5A158

Text Example


Text Example

White with #A5A158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A158; }

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

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

background-color css

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

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

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

border-color css

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

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

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