Html Css Color HEX #A1A658 Green Smoke

📋 copy color: '#A1A658'

red 161 ◦ green 166 ◦ blue 88

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

Shades of Green Smoke #A1A658

Tints of Green Smoke #A1A658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

 BLUE value IS 88 (34.77% from 255) = 21.2%

R = 38.8%
G = 40%
B = 21.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A1A658 (or 0xA1A658) is known color: Green Smoke. HEX triplet: A1, A6 and 58. RGB value is (161,166,88). Sum of RGB (Red+Green+Blue) = 161+166+88=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A658 is #5E59A7. Grayscale: #9B9B9B. Windows color (decimal): -6183336 or 5809825. OLE color: 5809825.

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

Color convert

RGB 161 166 88 -
CMYK 0.03 0 0.47 0.35
HSL 63.85º 0.31% 0.5% -
HSV(B) 63.85º 0.47% 0.65% -
XYZ 30.1 35.55 14.51 -
YUV 155.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 161 166 88 0.03 0 0.47 0.35 63.85 0.31 0.5
Hex A1 A6 58 3 0 2F 23 40 1F 32
Octal 241 246 130 3 0 57 43 100 37 62
Binary 10100001 10100110 1011000 11 0 101111 100011 1000000 11111 110010

Color Harmonies of #A1A658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A658

Black with #A1A658

Text Example


Text Example

White with #A1A658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A658; }

 p { color: rgb(161,166,88); }

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

background-color css

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

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

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

border-color css

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

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

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