Html Css Color HEX #A4A561 Green Smoke

📋 copy color: '#A4A561'

red 164 ◦ green 165 ◦ blue 97

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

Shades of Green Smoke #A4A561

Tints of Green Smoke #A4A561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.77%

R = 38.5%
G = 38.73%
B = 22.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A4A561 (or 0xA4A561) is known color: Green Smoke. HEX triplet: A4, A5 and 61. RGB value is (164,165,97). Sum of RGB (Red+Green+Blue) = 164+165+97=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A561 is #5B5A9E. Grayscale: #9D9D9D. Windows color (decimal): -5986975 or 6399396. OLE color: 6399396.

HSL color Cylindrical-coordinate representation of color #A4A561: hue angle of 60.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4A561 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 165 97 -
CMYK 0.01 0 0.41 0.35
HSL 60.88º 0.27% 0.51% -
HSV(B) 60.88º 0.41% 0.65% -
XYZ 30.92 35.67 16.56 -
YUV 156.95 94.17 133.03 -
System Red Green Blue C M Y K H S L
Decimal 164 165 97 0.01 0 0.41 0.35 60.88 0.27 0.51
Hex A4 A5 61 1 0 29 23 3D 1B 33
Octal 244 245 141 1 0 51 43 75 33 63
Binary 10100100 10100101 1100001 1 0 101001 100011 111101 11011 110011

Color Harmonies of #A4A561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A561

Black with #A4A561

Text Example


Text Example

White with #A4A561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A561; }

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

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

background-color css

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

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

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

border-color css

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

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

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