Html Css Color HEX #A1A167 Green Smoke

📋 copy color: '#A1A167'

red 161 ◦ green 161 ◦ blue 103

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

Shades of Green Smoke #A1A167

Tints of Green Smoke #A1A167

RGB

 RED value IS 161 (63.28% from 255) = 37.88%

 GREEN value IS 161 (63.28% from 255) = 37.88%

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

R = 37.88%
G = 37.88%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A1A167 (or 0xA1A167) is known color: Green Smoke. HEX triplet: A1, A1 and 67. RGB value is (161,161,103). Sum of RGB (Red+Green+Blue) = 161+161+103=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A167 is #5E5E98. Grayscale: #9A9A9A. Windows color (decimal): -6184601 or 6791585. OLE color: 6791585.

HSL color Cylindrical-coordinate representation of color #A1A167: hue angle of 60º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1A167 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 161 103 -
CMYK 0 0 0.36 0.37
HSL 60º 0.24% 0.52% -
HSV(B) 60º 0.36% 0.63% -
XYZ 29.89 34.05 17.83 -
YUV 154.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 161 161 103 0 0 0.36 0.37 60 0.24 0.52
Hex A1 A1 67 0 0 24 25 3C 18 34
Octal 241 241 147 0 0 44 45 74 30 64
Binary 10100001 10100001 1100111 0 0 100100 100101 111100 11000 110100

Color Harmonies of #A1A167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A167

Black with #A1A167

Text Example


Text Example

White with #A1A167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A167; }

 p { color: rgb(161,161,103); }

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

background-color css

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

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

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

border-color css

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

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

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