Html Css Color HEX #A5A66B Green Smoke

📋 copy color: '#A5A66B'

red 165 ◦ green 166 ◦ blue 107

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

Shades of Green Smoke #A5A66B

Tints of Green Smoke #A5A66B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

 BLUE value IS 107 (42.19% from 255) = 24.43%

R = 37.67%
G = 37.9%
B = 24.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5A66B (or 0xA5A66B) is known color: Green Smoke. HEX triplet: A5, A6 and 6B. RGB value is (165,166,107). Sum of RGB (Red+Green+Blue) = 165+166+107=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A66B is #5A5994. Grayscale: #9F9F9F. Windows color (decimal): -5921173 or 7055013. OLE color: 7055013.

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

Color convert

RGB 165 166 107 -
CMYK 0.01 0 0.36 0.35
HSL 61.02º 0.25% 0.54% -
HSV(B) 61.02º 0.36% 0.65% -
XYZ 31.81 36.33 19.25 -
YUV 158.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 165 166 107 0.01 0 0.36 0.35 61.02 0.25 0.54
Hex A5 A6 6B 1 0 24 23 3D 19 36
Octal 245 246 153 1 0 44 43 75 31 66
Binary 10100101 10100110 1101011 1 0 100100 100011 111101 11001 110110

Color Harmonies of #A5A66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A66B

Black with #A5A66B

Text Example


Text Example

White with #A5A66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A66B; }

 p { color: rgb(165,166,107); }

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

background-color css

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

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

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

border-color css

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

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

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