Html Css Color HEX #A2A967 Green Smoke

📋 copy color: '#A2A967'

red 162 ◦ green 169 ◦ blue 103

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

Shades of Green Smoke #A2A967

Tints of Green Smoke #A2A967

RGB

 RED value IS 162 (63.67% from 255) = 37.33%

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

 BLUE value IS 103 (40.63% from 255) = 23.73%

R = 37.33%
G = 38.94%
B = 23.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A2A967 (or 0xA2A967) is known color: Green Smoke. HEX triplet: A2, A9 and 67. RGB value is (162,169,103). Sum of RGB (Red+Green+Blue) = 162+169+103=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A967 is #5D5698. Grayscale: #9F9F9F. Windows color (decimal): -6117017 or 6793634. OLE color: 6793634.

HSL color Cylindrical-coordinate representation of color #A2A967: hue angle of 66.36º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2A967 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 169 103 -
CMYK 0.04 0 0.39 0.34
HSL 66.36º 0.28% 0.53% -
HSV(B) 66.36º 0.39% 0.66% -
XYZ 31.54 37.04 18.32 -
YUV 159.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 162 169 103 0.04 0 0.39 0.34 66.36 0.28 0.53
Hex A2 A9 67 4 0 27 22 42 1C 35
Octal 242 251 147 4 0 47 42 102 34 65
Binary 10100010 10101001 1100111 100 0 100111 100010 1000010 11100 110101

Color Harmonies of #A2A967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A967

Black with #A2A967

Text Example


Text Example

White with #A2A967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A967; }

 p { color: rgb(162,169,103); }

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

background-color css

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

 a { background-color: rgb(162,169,103); }

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

border-color css

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

 span { border-color: rgb(162,169,103); }

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