Html Css Color HEX #A4A05C Green Smoke

📋 copy color: '#A4A05C'

red 164 ◦ green 160 ◦ blue 92

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

Shades of Green Smoke #A4A05C

Tints of Green Smoke #A4A05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 39.42%
G = 38.46%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4A05C (or 0xA4A05C) is known color: Green Smoke. HEX triplet: A4, A0 and 5C. RGB value is (164,160,92). Sum of RGB (Red+Green+Blue) = 164+160+92=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A05C is #5B5FA3. Grayscale: #999999. Windows color (decimal): -5988260 or 6070436. OLE color: 6070436.

HSL color Cylindrical-coordinate representation of color #A4A05C: hue angle of 56.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4A05C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 92 -
CMYK 0 0.02 0.44 0.36
HSL 56.67º 0.28% 0.5% -
HSV(B) 56.67º 0.44% 0.64% -
XYZ 29.81 33.81 15.08 -
YUV 153.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 164 160 92 0 0.02 0.44 0.36 56.67 0.28 0.5
Hex A4 A0 5C 0 2 2C 24 39 1C 32
Octal 244 240 134 0 2 54 44 71 34 62
Binary 10100100 10100000 1011100 0 10 101100 100100 111001 11100 110010

Color Harmonies of #A4A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A05C

Black with #A4A05C

Text Example


Text Example

White with #A4A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A05C; }

 p { color: rgb(164,160,92); }

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

background-color css

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

 a { background-color: rgb(164,160,92); }

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

border-color css

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

 span { border-color: rgb(164,160,92); }

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