Html Css Color HEX #A2AF68 Green Smoke

📋 copy color: '#A2AF68'

red 162 ◦ green 175 ◦ blue 104

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

Shades of Green Smoke #A2AF68

Tints of Green Smoke #A2AF68

RGB

 RED value IS 162 (63.67% from 255) = 36.73%

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

 BLUE value IS 104 (41.02% from 255) = 23.58%

R = 36.73%
G = 39.68%
B = 23.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#A2AF68 (or 0xA2AF68) is known color: Green Smoke. HEX triplet: A2, AF and 68. RGB value is (162,175,104). Sum of RGB (Red+Green+Blue) = 162+175+104=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF68 is #5D5097. Grayscale: #A3A3A3. Windows color (decimal): -6115480 or 6860706. OLE color: 6860706.

HSL color Cylindrical-coordinate representation of color #A2AF68: hue angle of 70.99º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2AF68 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 104 -
CMYK 0.07 0 0.41 0.31
HSL 70.99º 0.31% 0.55% -
HSV(B) 70.99º 0.41% 0.69% -
XYZ 32.73 39.34 18.97 -
YUV 163.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 162 175 104 0.07 0 0.41 0.31 70.99 0.31 0.55
Hex A2 AF 68 7 0 29 1F 47 1F 37
Octal 242 257 150 7 0 51 37 107 37 67
Binary 10100010 10101111 1101000 111 0 101001 11111 1000111 11111 110111

Color Harmonies of #A2AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF68

Black with #A2AF68

Text Example


Text Example

White with #A2AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF68; }

 p { color: rgb(162,175,104); }

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

background-color css

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

 a { background-color: rgb(162,175,104); }

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

border-color css

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

 span { border-color: rgb(162,175,104); }

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