Html Css Color HEX #A4A355 Green Smoke

📋 copy color: '#A4A355'

red 164 ◦ green 163 ◦ blue 85

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

Shades of Green Smoke #A4A355

Tints of Green Smoke #A4A355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

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

R = 39.81%
G = 39.56%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A4A355 (or 0xA4A355) is known color: Green Smoke. HEX triplet: A4, A3 and 55. RGB value is (164,163,85). Sum of RGB (Red+Green+Blue) = 164+163+85=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A355 is #5B5CAA. Grayscale: #9A9A9A. Windows color (decimal): -5987499 or 5612452. OLE color: 5612452.

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

Color convert

RGB 164 163 85 -
CMYK 0 0.01 0.48 0.36
HSL 59.24º 0.32% 0.49% -
HSV(B) 59.24º 0.48% 0.64% -
XYZ 30.05 34.74 13.72 -
YUV 154.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 164 163 85 0 0.01 0.48 0.36 59.24 0.32 0.49
Hex A4 A3 55 0 1 30 24 3B 20 31
Octal 244 243 125 0 1 60 44 73 40 61
Binary 10100100 10100011 1010101 0 1 110000 100100 111011 100000 110001

Color Harmonies of #A4A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A355

Black with #A4A355

Text Example


Text Example

White with #A4A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A355; }

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

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

background-color css

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

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

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

border-color css

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

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

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