Html Css Color HEX #A4A555 Green Smoke

📋 copy color: '#A4A555'

red 164 ◦ green 165 ◦ blue 85

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

Shades of Green Smoke #A4A555

Tints of Green Smoke #A4A555

RGB

 RED value IS 164 (64.45% from 255) = 39.61%

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

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

R = 39.61%
G = 39.86%
B = 20.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A4A555 (or 0xA4A555) is known color: Green Smoke. HEX triplet: A4, A5 and 55. RGB value is (164,165,85). Sum of RGB (Red+Green+Blue) = 164+165+85=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A555 is #5B5AAA. Grayscale: #9B9B9B. Windows color (decimal): -5986987 or 5612964. OLE color: 5612964.

HSL color Cylindrical-coordinate representation of color #A4A555: hue angle of 60.75º 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 #A4A555 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 165 85 -
CMYK 0.01 0 0.48 0.35
HSL 60.75º 0.32% 0.49% -
HSV(B) 60.75º 0.48% 0.65% -
XYZ 30.4 35.46 13.84 -
YUV 155.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 164 165 85 0.01 0 0.48 0.35 60.75 0.32 0.49
Hex A4 A5 55 1 0 30 23 3D 20 31
Octal 244 245 125 1 0 60 43 75 40 61
Binary 10100100 10100101 1010101 1 0 110000 100011 111101 100000 110001

Color Harmonies of #A4A555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A555

Black with #A4A555

Text Example


Text Example

White with #A4A555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A555; }

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

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

background-color css

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

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

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

border-color css

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

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

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