Html Css Color HEX #A1AF57 Green Smoke

📋 copy color: '#A1AF57'

red 161 ◦ green 175 ◦ blue 87

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

Shades of Green Smoke #A1AF57

Tints of Green Smoke #A1AF57

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

 BLUE value IS 87 (34.38% from 255) = 20.57%

R = 38.06%
G = 41.37%
B = 20.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#A1AF57 (or 0xA1AF57) is known color: Green Smoke. HEX triplet: A1, AF and 57. RGB value is (161,175,87). Sum of RGB (Red+Green+Blue) = 161+175+87=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF57 is #5E50A8. Grayscale: #A1A1A1. Windows color (decimal): -6181033 or 5746593. OLE color: 5746593.

HSL color Cylindrical-coordinate representation of color #A1AF57: hue angle of 69.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1AF57 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 175 87 -
CMYK 0.08 0 0.50 0.31
HSL 69.55º 0.35% 0.51% -
HSV(B) 69.55º 0.5% 0.69% -
XYZ 31.75 38.93 14.86 -
YUV 160.78 86.36 128.16 -
System Red Green Blue C M Y K H S L
Decimal 161 175 87 0.08 0 0.50 0.31 69.55 0.35 0.51
Hex A1 AF 57 8 0 32 1F 46 23 33
Octal 241 257 127 10 0 62 37 106 43 63
Binary 10100001 10101111 1010111 1000 0 110010 11111 1000110 100011 110011

Color Harmonies of #A1AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF57

Black with #A1AF57

Text Example


Text Example

White with #A1AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF57; }

 p { color: rgb(161,175,87); }

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

background-color css

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

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

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

border-color css

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

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

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