Html Css Color HEX #A5AD62 Green Smoke

📋 copy color: '#A5AD62'

red 165 ◦ green 173 ◦ blue 98

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

Shades of Green Smoke #A5AD62

Tints of Green Smoke #A5AD62

RGB

 RED value IS 165 (64.84% from 255) = 37.84%

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 98 (38.67% from 255) = 22.48%

R = 37.84%
G = 39.68%
B = 22.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#A5AD62 (or 0xA5AD62) is known color: Green Smoke. HEX triplet: A5, AD and 62. RGB value is (165,173,98). Sum of RGB (Red+Green+Blue) = 165+173+98=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD62 is #5A529D. Grayscale: #A2A2A2. Windows color (decimal): -5919390 or 6466981. OLE color: 6466981.

HSL color Cylindrical-coordinate representation of color #A5AD62: hue angle of 66.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5AD62 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 98 -
CMYK 0.05 0 0.43 0.32
HSL 66.4º 0.31% 0.53% -
HSV(B) 66.4º 0.43% 0.68% -
XYZ 32.67 38.77 17.32 -
YUV 162.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 165 173 98 0.05 0 0.43 0.32 66.4 0.31 0.53
Hex A5 AD 62 5 0 2B 20 42 1F 35
Octal 245 255 142 5 0 53 40 102 37 65
Binary 10100101 10101101 1100010 101 0 101011 100000 1000010 11111 110101

Color Harmonies of #A5AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD62

Black with #A5AD62

Text Example


Text Example

White with #A5AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD62; }

 p { color: rgb(165,173,98); }

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

background-color css

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

 a { background-color: rgb(165,173,98); }

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

border-color css

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

 span { border-color: rgb(165,173,98); }

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