Html Css Color HEX #A5A56A Green Smoke

📋 copy color: '#A5A56A'

red 165 ◦ green 165 ◦ blue 106

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

Shades of Green Smoke #A5A56A

Tints of Green Smoke #A5A56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 37.84%
G = 37.84%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5A56A (or 0xA5A56A) is known color: Green Smoke. HEX triplet: A5, A5 and 6A. RGB value is (165,165,106). Sum of RGB (Red+Green+Blue) = 165+165+106=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A56A is #5A5A95. Grayscale: #9E9E9E. Windows color (decimal): -5921430 or 6989221. OLE color: 6989221.

HSL color Cylindrical-coordinate representation of color #A5A56A: hue angle of 60º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5A56A is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 165 106 -
CMYK 0 0 0.36 0.35
HSL 60º 0.25% 0.53% -
HSV(B) 60º 0.36% 0.65% -
XYZ 31.57 35.95 18.91 -
YUV 158.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 165 165 106 0 0 0.36 0.35 60 0.25 0.53
Hex A5 A5 6A 0 0 24 23 3C 19 35
Octal 245 245 152 0 0 44 43 74 31 65
Binary 10100101 10100101 1101010 0 0 100100 100011 111100 11001 110101

Color Harmonies of #A5A56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A56A

Black with #A5A56A

Text Example


Text Example

White with #A5A56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A56A; }

 p { color: rgb(165,165,106); }

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

background-color css

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

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

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

border-color css

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

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

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