Html Css Color HEX #A5AB55 Green Smoke

📋 copy color: '#A5AB55'

red 165 ◦ green 171 ◦ blue 85

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

Shades of Green Smoke #A5AB55

Tints of Green Smoke #A5AB55

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

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

R = 39.19%
G = 40.62%
B = 20.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#A5AB55 (or 0xA5AB55) is known color: Green Smoke. HEX triplet: A5, AB and 55. RGB value is (165,171,85). Sum of RGB (Red+Green+Blue) = 165+171+85=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB55 is #5A54AA. Grayscale: #9F9F9F. Windows color (decimal): -5919915 or 5614501. OLE color: 5614501.

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

Color convert

RGB 165 171 85 -
CMYK 0.04 0 0.50 0.33
HSL 64.19º 0.34% 0.5% -
HSV(B) 64.19º 0.5% 0.67% -
XYZ 31.72 37.78 14.22 -
YUV 159.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 165 171 85 0.04 0 0.50 0.33 64.19 0.34 0.5
Hex A5 AB 55 4 0 32 21 40 22 32
Octal 245 253 125 4 0 62 41 100 42 62
Binary 10100101 10101011 1010101 100 0 110010 100001 1000000 100010 110010

Color Harmonies of #A5AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB55

Black with #A5AB55

Text Example


Text Example

White with #A5AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB55; }

 p { color: rgb(165,171,85); }

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

background-color css

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

 a { background-color: rgb(165,171,85); }

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

border-color css

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

 span { border-color: rgb(165,171,85); }

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