Html Css Color HEX #A8A961 Green Smoke

📋 copy color: '#A8A961'

red 168 ◦ green 169 ◦ blue 97

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

Shades of Green Smoke #A8A961

Tints of Green Smoke #A8A961

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

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

 BLUE value IS 97 (38.28% from 255) = 22.35%

R = 38.71%
G = 38.94%
B = 22.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8A961 (or 0xA8A961) is known color: Green Smoke. HEX triplet: A8, A9 and 61. RGB value is (168,169,97). Sum of RGB (Red+Green+Blue) = 168+169+97=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A961 is #57569E. Grayscale: #A0A0A0. Windows color (decimal): -5723807 or 6400424. OLE color: 6400424.

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

Color convert

RGB 168 169 97 -
CMYK 0.01 0 0.43 0.34
HSL 60.83º 0.3% 0.52% -
HSV(B) 60.83º 0.43% 0.66% -
XYZ 32.49 37.56 16.85 -
YUV 160.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 168 169 97 0.01 0 0.43 0.34 60.83 0.3 0.52
Hex A8 A9 61 1 0 2B 22 3D 1E 34
Octal 250 251 141 1 0 53 42 75 36 64
Binary 10101000 10101001 1100001 1 0 101011 100010 111101 11110 110100

Color Harmonies of #A8A961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A961

Black with #A8A961

Text Example


Text Example

White with #A8A961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A961; }

 p { color: rgb(168,169,97); }

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

background-color css

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

 a { background-color: rgb(168,169,97); }

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

border-color css

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

 span { border-color: rgb(168,169,97); }

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