Html Css Color HEX #A3AF65 Green Smoke

📋 copy color: '#A3AF65'

red 163 ◦ green 175 ◦ blue 101

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

Shades of Green Smoke #A3AF65

Tints of Green Smoke #A3AF65

RGB

 RED value IS 163 (64.06% from 255) = 37.13%

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

 BLUE value IS 101 (39.84% from 255) = 23.01%

R = 37.13%
G = 39.86%
B = 23.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#A3AF65 (or 0xA3AF65) is known color: Green Smoke. HEX triplet: A3, AF and 65. RGB value is (163,175,101). Sum of RGB (Red+Green+Blue) = 163+175+101=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF65 is #5C509A. Grayscale: #A3A3A3. Windows color (decimal): -6049947 or 6664099. OLE color: 6664099.

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

Color convert

RGB 163 175 101 -
CMYK 0.07 0 0.42 0.31
HSL 69.73º 0.32% 0.54% -
HSV(B) 69.73º 0.42% 0.69% -
XYZ 32.78 39.39 18.19 -
YUV 162.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 163 175 101 0.07 0 0.42 0.31 69.73 0.32 0.54
Hex A3 AF 65 7 0 2A 1F 46 20 36
Octal 243 257 145 7 0 52 37 106 40 66
Binary 10100011 10101111 1100101 111 0 101010 11111 1000110 100000 110110

Color Harmonies of #A3AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AF65

Black with #A3AF65

Text Example


Text Example

White with #A3AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AF65; }

 p { color: rgb(163,175,101); }

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

background-color css

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

 a { background-color: rgb(163,175,101); }

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

border-color css

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

 span { border-color: rgb(163,175,101); }

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