Html Css Color HEX #A5A765 Green Smoke

📋 copy color: '#A5A765'

red 165 ◦ green 167 ◦ blue 101

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

Shades of Green Smoke #A5A765

Tints of Green Smoke #A5A765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.57%

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 38.11%
G = 38.57%
B = 23.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A5A765 (or 0xA5A765) is known color: Green Smoke. HEX triplet: A5, A7 and 65. RGB value is (165,167,101). Sum of RGB (Red+Green+Blue) = 165+167+101=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A765 is #5A589A. Grayscale: #9F9F9F. Windows color (decimal): -5920923 or 6662053. OLE color: 6662053.

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

Color convert

RGB 165 167 101 -
CMYK 0.01 0 0.40 0.35
HSL 61.82º 0.27% 0.53% -
HSV(B) 61.82º 0.4% 0.65% -
XYZ 31.68 36.58 17.7 -
YUV 158.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 165 167 101 0.01 0 0.40 0.35 61.82 0.27 0.53
Hex A5 A7 65 1 0 28 23 3E 1B 35
Octal 245 247 145 1 0 50 43 76 33 65
Binary 10100101 10100111 1100101 1 0 101000 100011 111110 11011 110101

Color Harmonies of #A5A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A765

Black with #A5A765

Text Example


Text Example

White with #A5A765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A765; }

 p { color: rgb(165,167,101); }

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

background-color css

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

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

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

border-color css

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

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

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