Html Css Color HEX #A5A555 Green Smoke

📋 copy color: '#A5A555'

red 165 ◦ green 165 ◦ blue 85

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

Shades of Green Smoke #A5A555

Tints of Green Smoke #A5A555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 39.76%
G = 39.76%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A5A555 (or 0xA5A555) is known color: Green Smoke. HEX triplet: A5, A5 and 55. RGB value is (165,165,85). Sum of RGB (Red+Green+Blue) = 165+165+85=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A555 is #5A5AAA. Grayscale: #9C9C9C. Windows color (decimal): -5921451 or 5612965. OLE color: 5612965.

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

Color convert

RGB 165 165 85 -
CMYK 0 0 0.48 0.35
HSL 60º 0.32% 0.49% -
HSV(B) 60º 0.48% 0.65% -
XYZ 30.61 35.57 13.85 -
YUV 155.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 165 165 85 0 0 0.48 0.35 60 0.32 0.49
Hex A5 A5 55 0 0 30 23 3C 20 31
Octal 245 245 125 0 0 60 43 74 40 61
Binary 10100101 10100101 1010101 0 0 110000 100011 111100 100000 110001

Color Harmonies of #A5A555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A555

Black with #A5A555

Text Example


Text Example

White with #A5A555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A555; }

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

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

background-color css

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

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

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

border-color css

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

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

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