Html Css Color HEX #A1A75A Green Smoke

📋 copy color: '#A1A75A'

red 161 ◦ green 167 ◦ blue 90

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

Shades of Green Smoke #A1A75A

Tints of Green Smoke #A1A75A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.95%

 BLUE value IS 90 (35.55% from 255) = 21.53%

R = 38.52%
G = 39.95%
B = 21.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A1A75A (or 0xA1A75A) is known color: Green Smoke. HEX triplet: A1, A7 and 5A. RGB value is (161,167,90). Sum of RGB (Red+Green+Blue) = 161+167+90=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A75A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A75A is #5E58A5. Grayscale: #9C9C9C. Windows color (decimal): -6183078 or 5941153. OLE color: 5941153.

HSL color Cylindrical-coordinate representation of color #A1A75A: hue angle of 64.68º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1A75A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 167 90 -
CMYK 0.04 0 0.46 0.35
HSL 64.68º 0.3% 0.5% -
HSV(B) 64.68º 0.46% 0.65% -
XYZ 30.36 35.95 15.01 -
YUV 156.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 161 167 90 0.04 0 0.46 0.35 64.68 0.3 0.5
Hex A1 A7 5A 4 0 2E 23 41 1E 32
Octal 241 247 132 4 0 56 43 101 36 62
Binary 10100001 10100111 1011010 100 0 101110 100011 1000001 11110 110010

Color Harmonies of #A1A75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A75A

Black with #A1A75A

Text Example


Text Example

White with #A1A75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A75A; }

 p { color: rgb(161,167,90); }

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

background-color css

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

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

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

border-color css

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

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

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