Html Css Color HEX #A7A95C Green Smoke

📋 copy color: '#A7A95C'

red 167 ◦ green 169 ◦ blue 92

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

Shades of Green Smoke #A7A95C

Tints of Green Smoke #A7A95C

RGB

 RED value IS 167 (65.63% from 255) = 39.02%

 GREEN value IS 169 (66.41% from 255) = 39.49%

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

R = 39.02%
G = 39.49%
B = 21.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A7A95C (or 0xA7A95C) is known color: Green Smoke. HEX triplet: A7, A9 and 5C. RGB value is (167,169,92). Sum of RGB (Red+Green+Blue) = 167+169+92=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A95C is #5856A3. Grayscale: #9F9F9F. Windows color (decimal): -5789348 or 6072743. OLE color: 6072743.

HSL color Cylindrical-coordinate representation of color #A7A95C: hue angle of 61.56º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7A95C is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 167 169 92 -
CMYK 0.01 0 0.46 0.34
HSL 61.56º 0.31% 0.51% -
HSV(B) 61.56º 0.46% 0.66% -
XYZ 32.06 37.36 15.65 -
YUV 159.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 167 169 92 0.01 0 0.46 0.34 61.56 0.31 0.51
Hex A7 A9 5C 1 0 2E 22 3E 1F 33
Octal 247 251 134 1 0 56 42 76 37 63
Binary 10100111 10101001 1011100 1 0 101110 100010 111110 11111 110011

Color Harmonies of #A7A95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A95C

Black with #A7A95C

Text Example


Text Example

White with #A7A95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A95C; }

 p { color: rgb(167,169,92); }

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

background-color css

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

 a { background-color: rgb(167,169,92); }

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

border-color css

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

 span { border-color: rgb(167,169,92); }

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