Html Css Color HEX #A7A85D Green Smoke

📋 copy color: '#A7A85D'

red 167 ◦ green 168 ◦ blue 93

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

Shades of Green Smoke #A7A85D

Tints of Green Smoke #A7A85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 39.02%
G = 39.25%
B = 21.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A7A85D (or 0xA7A85D) is known color: Green Smoke. HEX triplet: A7, A8 and 5D. RGB value is (167,168,93). Sum of RGB (Red+Green+Blue) = 167+168+93=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A85D is #5857A2. Grayscale: #9F9F9F. Windows color (decimal): -5789603 or 6138023. OLE color: 6138023.

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

Color convert

RGB 167 168 93 -
CMYK 0.01 0 0.45 0.34
HSL 60.8º 0.3% 0.51% -
HSV(B) 60.8º 0.45% 0.66% -
XYZ 31.91 37.01 15.82 -
YUV 159.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 167 168 93 0.01 0 0.45 0.34 60.8 0.3 0.51
Hex A7 A8 5D 1 0 2D 22 3D 1E 33
Octal 247 250 135 1 0 55 42 75 36 63
Binary 10100111 10101000 1011101 1 0 101101 100010 111101 11110 110011

Color Harmonies of #A7A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A85D

Black with #A7A85D

Text Example


Text Example

White with #A7A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A85D; }

 p { color: rgb(167,168,93); }

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

background-color css

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

 a { background-color: rgb(167,168,93); }

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

border-color css

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

 span { border-color: rgb(167,168,93); }

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