Html Css Color HEX #A4A568 Green Smoke

📋 copy color: '#A4A568'

red 164 ◦ green 165 ◦ blue 104

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

Shades of Green Smoke #A4A568

Tints of Green Smoke #A4A568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 37.88%
G = 38.11%
B = 24.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A4A568 (or 0xA4A568) is known color: Green Smoke. HEX triplet: A4, A5 and 68. RGB value is (164,165,104). Sum of RGB (Red+Green+Blue) = 164+165+104=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A568 is #5B5A97. Grayscale: #9D9D9D. Windows color (decimal): -5986968 or 6858148. OLE color: 6858148.

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

Color convert

RGB 164 165 104 -
CMYK 0.01 0 0.37 0.35
HSL 60.98º 0.25% 0.53% -
HSV(B) 60.98º 0.37% 0.65% -
XYZ 31.26 35.8 18.36 -
YUV 157.75 97.67 132.46 -
System Red Green Blue C M Y K H S L
Decimal 164 165 104 0.01 0 0.37 0.35 60.98 0.25 0.53
Hex A4 A5 68 1 0 25 23 3D 19 35
Octal 244 245 150 1 0 45 43 75 31 65
Binary 10100100 10100101 1101000 1 0 100101 100011 111101 11001 110101

Color Harmonies of #A4A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A568

Black with #A4A568

Text Example


Text Example

White with #A4A568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A568; }

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

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

background-color css

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

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

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

border-color css

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

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

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