Html Css Color HEX #A5AE5A Green Smoke

📋 copy color: '#A5AE5A'

red 165 ◦ green 174 ◦ blue 90

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

Shades of Green Smoke #A5AE5A

Tints of Green Smoke #A5AE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.98%

R = 38.46%
G = 40.56%
B = 20.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#A5AE5A (or 0xA5AE5A) is known color: Green Smoke. HEX triplet: A5, AE and 5A. RGB value is (165,174,90). Sum of RGB (Red+Green+Blue) = 165+174+90=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE5A is #5A51A5. Grayscale: #A2A2A2. Windows color (decimal): -5919142 or 5942949. OLE color: 5942949.

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

Color convert

RGB 165 174 90 -
CMYK 0.05 0 0.48 0.32
HSL 66.43º 0.34% 0.52% -
HSV(B) 66.43º 0.48% 0.68% -
XYZ 32.5 39.01 15.49 -
YUV 161.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 165 174 90 0.05 0 0.48 0.32 66.43 0.34 0.52
Hex A5 AE 5A 5 0 30 20 42 22 34
Octal 245 256 132 5 0 60 40 102 42 64
Binary 10100101 10101110 1011010 101 0 110000 100000 1000010 100010 110100

Color Harmonies of #A5AE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AE5A

Black with #A5AE5A

Text Example


Text Example

White with #A5AE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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