Html Css Color HEX #A5AE63 Green Smoke

📋 copy color: '#A5AE63'

red 165 ◦ green 174 ◦ blue 99

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

Shades of Green Smoke #A5AE63

Tints of Green Smoke #A5AE63

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.73%

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

R = 37.67%
G = 39.73%
B = 22.6%

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

#A5AE63 (or 0xA5AE63) is known color: Green Smoke. HEX triplet: A5, AE and 63. RGB value is (165,174,99). Sum of RGB (Red+Green+Blue) = 165+174+99=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE63 is #5A519C. Grayscale: #A3A3A3. Windows color (decimal): -5919133 or 6532773. OLE color: 6532773.

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

Color convert

RGB 165 174 99 -
CMYK 0.05 0 0.43 0.32
HSL 67.2º 0.32% 0.54% -
HSV(B) 67.2º 0.43% 0.68% -
XYZ 32.91 39.17 17.63 -
YUV 162.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 165 174 99 0.05 0 0.43 0.32 67.2 0.32 0.54
Hex A5 AE 63 5 0 2B 20 43 20 36
Octal 245 256 143 5 0 53 40 103 40 66
Binary 10100101 10101110 1100011 101 0 101011 100000 1000011 100000 110110

Color Harmonies of #A5AE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AE63

Black with #A5AE63

Text Example


Text Example

White with #A5AE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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