Html Css Color HEX #A1AF52 Green Smoke

📋 copy color: '#A1AF52'

red 161 ◦ green 175 ◦ blue 82

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

Shades of Green Smoke #A1AF52

Tints of Green Smoke #A1AF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 38.52%
G = 41.87%
B = 19.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#A1AF52 (or 0xA1AF52) is known color: Green Smoke. HEX triplet: A1, AF and 52. RGB value is (161,175,82). Sum of RGB (Red+Green+Blue) = 161+175+82=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF52 is #5E50AD. Grayscale: #A0A0A0. Windows color (decimal): -6181038 or 5418913. OLE color: 5418913.

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

Color convert

RGB 161 175 82 -
CMYK 0.08 0 0.53 0.31
HSL 69.03º 0.37% 0.5% -
HSV(B) 69.03º 0.53% 0.69% -
XYZ 31.55 38.85 13.82 -
YUV 160.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 161 175 82 0.08 0 0.53 0.31 69.03 0.37 0.5
Hex A1 AF 52 8 0 35 1F 45 25 32
Octal 241 257 122 10 0 65 37 105 45 62
Binary 10100001 10101111 1010010 1000 0 110101 11111 1000101 100101 110010

Color Harmonies of #A1AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF52

Black with #A1AF52

Text Example


Text Example

White with #A1AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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