Html Css Color HEX #A5AE57 Green Smoke

📋 copy color: '#A5AE57'

red 165 ◦ green 174 ◦ blue 87

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

Shades of Green Smoke #A5AE57

Tints of Green Smoke #A5AE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.42%

R = 38.73%
G = 40.85%
B = 20.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#A5AE57 (or 0xA5AE57) is known color: Green Smoke. HEX triplet: A5, AE and 57. RGB value is (165,174,87). Sum of RGB (Red+Green+Blue) = 165+174+87=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE57 is #5A51A8. Grayscale: #A1A1A1. Windows color (decimal): -5919145 or 5746341. OLE color: 5746341.

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

Color convert

RGB 165 174 87 -
CMYK 0.05 0 0.5 0.32
HSL 66.21º 0.35% 0.51% -
HSV(B) 66.21º 0.5% 0.68% -
XYZ 32.37 38.96 14.83 -
YUV 161.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 165 174 87 0.05 0 0.5 0.32 66.21 0.35 0.51
Hex A5 AE 57 5 0 32 20 42 23 33
Octal 245 256 127 5 0 62 40 102 43 63
Binary 10100101 10101110 1010111 101 0 110010 100000 1000010 100011 110011

Color Harmonies of #A5AE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AE57

Black with #A5AE57

Text Example


Text Example

White with #A5AE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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