Html Css Color HEX #A5AF63 Green Smoke

📋 copy color: '#A5AF63'

red 165 ◦ green 175 ◦ blue 99

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

Shades of Green Smoke #A5AF63

Tints of Green Smoke #A5AF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.55%

R = 37.59%
G = 39.86%
B = 22.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#A5AF63 (or 0xA5AF63) is known color: Green Smoke. HEX triplet: A5, AF and 63. RGB value is (165,175,99). Sum of RGB (Red+Green+Blue) = 165+175+99=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF63 is #5A509C. Grayscale: #A3A3A3. Windows color (decimal): -5918877 or 6533029. OLE color: 6533029.

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

Color convert

RGB 165 175 99 -
CMYK 0.06 0 0.43 0.31
HSL 67.89º 0.32% 0.54% -
HSV(B) 67.89º 0.43% 0.69% -
XYZ 33.1 39.56 17.7 -
YUV 163.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 165 175 99 0.06 0 0.43 0.31 67.89 0.32 0.54
Hex A5 AF 63 6 0 2B 1F 44 20 36
Octal 245 257 143 6 0 53 37 104 40 66
Binary 10100101 10101111 1100011 110 0 101011 11111 1000100 100000 110110

Color Harmonies of #A5AF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF63

Black with #A5AF63

Text Example


Text Example

White with #A5AF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF63; }

 p { color: rgb(165,175,99); }

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

background-color css

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

 a { background-color: rgb(165,175,99); }

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

border-color css

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

 span { border-color: rgb(165,175,99); }

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