Html Css Color HEX #A4A56A Green Smoke

📋 copy color: '#A4A56A'

red 164 ◦ green 165 ◦ blue 106

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

Shades of Green Smoke #A4A56A

Tints of Green Smoke #A4A56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.37%

R = 37.7%
G = 37.93%
B = 24.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A4A56A (or 0xA4A56A) is known color: Green Smoke. HEX triplet: A4, A5 and 6A. RGB value is (164,165,106). Sum of RGB (Red+Green+Blue) = 164+165+106=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A56A is #5B5A95. Grayscale: #9E9E9E. Windows color (decimal): -5986966 or 6989220. OLE color: 6989220.

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

Color convert

RGB 164 165 106 -
CMYK 0.01 0 0.36 0.35
HSL 61.02º 0.25% 0.53% -
HSV(B) 61.02º 0.36% 0.65% -
XYZ 31.37 35.84 18.9 -
YUV 157.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 164 165 106 0.01 0 0.36 0.35 61.02 0.25 0.53
Hex A4 A5 6A 1 0 24 23 3D 19 35
Octal 244 245 152 1 0 44 43 75 31 65
Binary 10100100 10100101 1101010 1 0 100100 100011 111101 11001 110101

Color Harmonies of #A4A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A56A

Black with #A4A56A

Text Example


Text Example

White with #A4A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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