Html Css Color HEX #A1AE4D Green Smoke

📋 copy color: '#A1AE4D'

red 161 ◦ green 174 ◦ blue 77

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

Shades of Green Smoke #A1AE4D

Tints of Green Smoke #A1AE4D

RGB

 RED value IS 161 (63.28% from 255) = 39.08%

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

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 39.08%
G = 42.23%
B = 18.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#A1AE4D (or 0xA1AE4D) is known color: Green Smoke. HEX triplet: A1, AE and 4D. RGB value is (161,174,77). Sum of RGB (Red+Green+Blue) = 161+174+77=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE4D is #5E51B2. Grayscale: #9F9F9F. Windows color (decimal): -6181299 or 5090977. OLE color: 5090977.

HSL color Cylindrical-coordinate representation of color #A1AE4D: hue angle of 68.04º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1AE4D is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 174 77 -
CMYK 0.07 0 0.56 0.32
HSL 68.04º 0.39% 0.49% -
HSV(B) 68.04º 0.56% 0.68% -
XYZ 31.17 38.38 12.79 -
YUV 159.06 81.69 129.39 -
System Red Green Blue C M Y K H S L
Decimal 161 174 77 0.07 0 0.56 0.32 68.04 0.39 0.49
Hex A1 AE 4D 7 0 38 20 44 27 31
Octal 241 256 115 7 0 70 40 104 47 61
Binary 10100001 10101110 1001101 111 0 111000 100000 1000100 100111 110001

Color Harmonies of #A1AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE4D

Black with #A1AE4D

Text Example


Text Example

White with #A1AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE4D; }

 p { color: rgb(161,174,77); }

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

background-color css

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

 a { background-color: rgb(161,174,77); }

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

border-color css

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

 span { border-color: rgb(161,174,77); }

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